Skip to content

Commit

Permalink
fix: hover and border colors (#20)
Browse files Browse the repository at this point in the history
* chore: hover values

* update surface-border

* chore: valor borda em light
  • Loading branch information
cesaroeduardo committed Jul 1, 2024
1 parent 34c617e commit c5245b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/azion-dark/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ $colors: (
--surface-section: #171717;
--surface-card: #171717;
--surface-overlay: #ffffff;
--surface-border: #3e3e3e;
--surface-hover: #242424;
--surface-border: #282828;
--surface-hover: #f5f5f516;
--focus-ring: #{$focusShadow};
--maskbg: #{$maskBg};
--highlight-bg: #{$highlightBg};
Expand Down
4 changes: 2 additions & 2 deletions src/azion-light/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ $colors: (
--surface-section: #ffffff;
--surface-card: #ffffff;
--surface-overlay: #ffffff;
--surface-border: #dee2e6;
--surface-hover: #f4f4f4;
--surface-border: #e8e8e8;
--surface-hover: #3b3b3b16;

--focus-ring: #{$focusShadow};
--maskbg: #{$maskBg};
Expand Down

0 comments on commit c5245b8

Please sign in to comment.