Skip to content

Commit

Permalink
Update _variables.scss (#1633)
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
  • Loading branch information
dvsmc and codecalm committed Jun 19, 2023
1 parent 7896562 commit 3f516ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/late-zoos-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---

Fix `rgba` color values in `_variables.scss`
2 changes: 1 addition & 1 deletion src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ $box-shadow-border: inset 0 0 0 1px var(--#{$prefix}border-color-translucent) !d
$box-shadow-input: 0 1px 1px rgba(var(--#{$prefix}body-color-rgb), 0.06) !default;
$box-shadow-card: 0 0 4px rgba(var(--#{$prefix}body-color-rgb), 0.04) !default;
$box-shadow-card-hover: rgba(var(--#{$prefix}body-color-rgb), 0.16) 0 2px 16px 0 !default;
$box-shadow-dropdown: 0 16px 24px 2px rgb(0, 0, 0, 0.07), 0 6px 30px 5px rgb(0, 0, 0, 0.06), 0 8px 10px -5px rgb(0, 0, 0, 0.1) !default;
$box-shadow-dropdown: 0 16px 24px 2px rgba(0, 0, 0, 0.07), 0 6px 30px 5px rgba(0, 0, 0, 0.06), 0 8px 10px -5px rgba(0, 0, 0, 0.1) !default;

$box-shadows: (
box-shadow: $box-shadow,
Expand Down

0 comments on commit 3f516ea

Please sign in to comment.