Skip to content

Commit

Permalink
fix: color picker size
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Jan 16, 2025
1 parent e2f3ad0 commit 0c1d227
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions css/app-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -695,10 +695,9 @@
}

&__color-preview {
$size: 44px;
width: $size !important;
height: $size !important;
border-radius: $size;
width:var(--default-clickable-area) !important;
height: var(--default-clickable-area) !important;
border-radius: var(--default-clickable-area);
}
}

Expand Down

0 comments on commit 0c1d227

Please sign in to comment.