Skip to content

Commit

Permalink
fix: Correct anchor color and table header text color (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanPRA authored Nov 28, 2023
1 parent 5c631fd commit 19c2665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coral-component-shell/src/styles/header/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $shell-homeanchor-icon-margin-right = 5px;
$shell-homeanchor-icon-margin-top = -3px;

$shell-homeanchor-text-size = 14px;
$shell-homeanchor-color = rgba(255, 255, 255, 0.80);
$shell-homeanchor-color = rgb(148, 148, 148);
$shell-homeanchor-hover-color = white;
$shell-homeanchor-focus-color = white;

Expand Down
2 changes: 1 addition & 1 deletion coral-theme-spectrum/src/styles/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -12597,7 +12597,7 @@
--spectrum-light-table-cell-background-color: rgba(0, 0, 0, 0);
--spectrum-light-table-cell-border-color: rgb(225, 225, 225);
--spectrum-light-table-row-background-color-hover: rgba(44,44,44,0.06);
--spectrum-light-table-header-text-color-hover: rgb(44, 44, 44);
--spectrum-light-table-header-text-color-hover: rgb(37, 37, 37);
--spectrum-light-table-header-sort-icon-color-hover: rgb(44, 44, 44);
--spectrum-light-table-cell-background-color-hover: rgb(245, 245, 245);
--spectrum-light-table-row-background-color-down: rgba(44,44,44,0.1);
Expand Down

0 comments on commit 19c2665

Please sign in to comment.