Skip to content

Commit

Permalink
[SSE] correct theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Apr 17, 2024
1 parent d24f93e commit 737f412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/common/main/resources/less/colors-table-classic.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

--canvas-cell-border: fade(#000, 10%);
--canvas-cell-title-text: #444;
--canvas-cell-title-background: #f7f7f7;
--canvas-cell-title-background: #f1f1f1;
--canvas-cell-title-background-hover: #d6d6d6;
--canvas-cell-title-background-selected: #c1c1c1;
--canvas-cell-title-border: #cdcdcd;
Expand Down
2 changes: 1 addition & 1 deletion apps/common/main/resources/less/colors-table-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
--canvas-cell-title-text: #d9d9d9;
--canvas-cell-title-background: #555;
--canvas-cell-title-background-hover: #787878;
--canvas-cell-title-background-selected: #939393;
--canvas-cell-title-background-selected: #888;
--canvas-cell-title-border: #757575;
--canvas-cell-title-border-hover: #858585;
--canvas-cell-title-border-selected: #9e9e9e;
Expand Down

0 comments on commit 737f412

Please sign in to comment.