Skip to content

Commit

Permalink
fix: rounded border on widget
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 committed Jun 10, 2024
1 parent 1b0d41e commit 44de9c6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/ToggleXpertButton/index.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
@use '../../utils/variables';

.toggle {
border-radius: 2rem;
bottom: 1rem;
height: 3rem;
z-index: 9999;
height: 3rem;

.btn {
border-radius: 2rem;
}

&.button-icon {
background-color: variables.$dark-green;
Expand Down

0 comments on commit 44de9c6

Please sign in to comment.