Skip to content

Commit

Permalink
Reduce size of thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Jan 3, 2024
1 parent 21cedc3 commit 193f186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vizro-core/src/vizro/static/css/toggle.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@

#page-container .mantine-Switch-thumb {
border: none;
width: 12px;
height: 12px;
width: 10px;
height: 10px;
background-color: var(--fill-medium-emphasis);
}

#page-container input:checked + * > .mantine-11dx59s {
left: calc(100% - 14px);
left: calc(100% - 12px);
background: var(--text-contrast-primary);
}

Expand Down

0 comments on commit 193f186

Please sign in to comment.