Skip to content

Commit

Permalink
πŸ’„ fix glider button background
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Jan 8, 2024
1 parent 82786f7 commit a0f8c86
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}-body-bg);
background-color: var(--#{$prefix}body-bg);
// border: 1px solid transparent;
border: none;
border-radius: 50%;
Expand Down

0 comments on commit a0f8c86

Please sign in to comment.