Skip to content

Commit

Permalink
fix: remove rgba from degrade-primary var
Browse files Browse the repository at this point in the history
  • Loading branch information
lfsigreja committed Sep 18, 2024
1 parent d0b02e4 commit c05c6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/azion/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $colors: (
--primary-text-color: #f4f4f4;
--overlay-content-bg: #171717;
--highlight-bg: #f4f4f410;
--degrade-primary: rgba(255, 255, 255, 0.1)
--degrade-primary: 255, 255, 255

--text-color: #ededed;
--primary-color-text: #1e1e1e;
Expand Down Expand Up @@ -236,7 +236,7 @@ $colors: (
--text-color-secondary: #666666;
--text-color-link: #3265cb;
--text-color-link-hover: #2851a4;
--degrade-primary: rgba(0, 0, 0, 0.1)
--degrade-primary: 0, 0, 0

--primary-color: #2b2b2b;
--primary-dark-color: #000;
Expand Down

0 comments on commit c05c6cc

Please sign in to comment.