diff --git a/src/components/ToggleXpertButton/index.scss b/src/components/ToggleXpertButton/index.scss index 59bf2e77..17ece4b5 100644 --- a/src/components/ToggleXpertButton/index.scss +++ b/src/components/ToggleXpertButton/index.scss @@ -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;