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 9e4566b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/ToggleXpertButton/index.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
@use '../../utils/variables';

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

.btn {
border-radius: 2rem;
}

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

0 comments on commit 9e4566b

Please sign in to comment.