Skip to content

Commit

Permalink
Working on removing Material Design 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed Jun 25, 2024
1 parent c0de679 commit 28c846f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/js/natural_js/css/natural.ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ a.btn_elevated__, input[type='button'].btn_elevated__, button.btn_elevated__ {
height: calc(var(--njs-toggle-switch-height) - (var(--njs-toggle-switch-height) / 4));
width: calc(var(--njs-toggle-switch-height) - (var(--njs-toggle-switch-height) / 4));
left: calc(((var(--njs-toggle-switch-height) / 4) / 2) + 1px);
bottom: calc(((var(--njs-toggle-switch-height) / 4) / 2) + 0.5px);
bottom: calc((var(--njs-toggle-switch-height) / 4) / 2);
background-color: var(--md-sys-color-inverse-on-surface);
transition: var(--njs-motion-duration-normal);
border-radius: 999999px;
Expand Down

0 comments on commit 28c846f

Please sign in to comment.