Skip to content

Commit

Permalink
[@mantine/core] ActionIcon: Fix loading styles inconsistency with But…
Browse files Browse the repository at this point in the history
…ton component (#6460)
  • Loading branch information
rtivital committed Jun 27, 2024
1 parent 7b3bc24 commit 5946c59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
justify-content: center;

@mixin where-light {
background-color: rgba(255, 255, 255, 0.35);
background-color: rgba(255, 255, 255, 0.15);
}

@mixin where-dark {
background-color: rgba(0, 0, 0, 0.35);
background-color: rgba(0, 0, 0, 0.15);
}
}

Expand Down

0 comments on commit 5946c59

Please sign in to comment.