Skip to content

Commit

Permalink
[SSE mobile] correct colors due to colors table
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed May 27, 2024
1 parent 3715c5d commit 54b1f0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions apps/common/mobile/resources/less/colors-table-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
//--canvas-high-contrast-disabled: #000;

--canvas-cell-border: fade(#000, 10%);
--canvas-cell-title-border: #d5d5d5;
--canvas-cell-title-border: #757575;
--canvas-cell-title-border-hover: #858585;
--canvas-cell-title-border-selected: #afafaf;
--canvas-cell-title-text: #d9d9d9;
--canvas-cell-title-background: #000;
--canvas-cell-title-background-selected: #939393;
--canvas-cell-title-border-selected: #999;
--canvas-cell-title-text: fade(#fff, 80%);
--canvas-cell-title-background: #555;
--canvas-cell-title-background-selected: #3d3d3d;

//--canvas-scroll-thumb: #404040;
//--canvas-scroll-thumb-hover: #999;
Expand Down
6 changes: 3 additions & 3 deletions apps/common/mobile/resources/less/colors-table.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
--canvas-high-contrast: #000;
//--canvas-high-contrast-disabled: #666;

--canvas-cell-border: fade(#000, 10%);
--canvas-cell-title-text: #444;
--canvas-cell-border: #999;
--canvas-cell-title-text: fade(#000, 80%);
--canvas-cell-title-background: #f7f7f7;
--canvas-cell-title-background-selected: #cfcfcf;
--canvas-cell-title-border: #d8d8d8;
--canvas-cell-title-border-selected: #bbb;
--canvas-cell-title-border-selected: #c9c9c9;

//--canvas-scroll-thumb: #f7f7f7;
//--canvas-scroll-thumb-hover: #c0c0c0;
Expand Down

0 comments on commit 54b1f0d

Please sign in to comment.