UX: Update selected colour var (#25500)

This commit is contained in:
chapoi
2024-01-31 10:32:38 +02:00
committed by GitHub
parent 0bd3e03144
commit a695d85cbd
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ class ColorScheme < ActiveRecord::Base
"header_background" => "111111",
"header_primary" => "dddddd",
"highlight" => "a87137",
"selected" => "2c2c2c",
"selected" => "052e3d",
"hover" => "313131",
"danger" => "e45735",
"success" => "1ca551",