Skip to content

Commit

Permalink
πŸ’„ Fix glider background color variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu authored and stefanw committed Jul 31, 2023
1 parent b4e9354 commit 2f25a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/styles/glider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ $glide-modifier-separator: '--' !default;
color: white;
text-transform: uppercase;
padding: 0.6rem;
background-color: var(--#{$prefix}bg-body);
background-color: var(--#{$prefix}-body-bg);
// border: 1px solid transparent;
border: none;
border-radius: 50%;
Expand Down

0 comments on commit 2f25a33

Please sign in to comment.