mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-26 02:40:07 +02:00
feat: tweak color swatch, and button bgs (#9330)
* feat: tweak color swatch, and button bgs * snapshots
This commit is contained in:
@@ -173,7 +173,7 @@ body.excalidraw-cursor-resize * {
|
||||
.buttonList {
|
||||
flex-wrap: wrap;
|
||||
display: flex;
|
||||
column-gap: 0.375rem;
|
||||
column-gap: 0.5rem;
|
||||
row-gap: 0.5rem;
|
||||
|
||||
label {
|
||||
@@ -386,16 +386,10 @@ body.excalidraw-cursor-resize * {
|
||||
|
||||
.App-menu__left {
|
||||
overflow-y: auto;
|
||||
padding: 0.75rem 0.75rem 0.25rem 0.75rem;
|
||||
width: 11.875rem;
|
||||
padding: 0.75rem;
|
||||
width: 12.5rem;
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
|
||||
.buttonList label,
|
||||
.buttonList button,
|
||||
.buttonList .zIndexButton {
|
||||
--button-bg: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-select {
|
||||
|
@@ -148,7 +148,7 @@
|
||||
--border-radius-lg: 0.5rem;
|
||||
|
||||
--color-surface-high: #f1f0ff;
|
||||
--color-surface-mid: #f2f2f7;
|
||||
--color-surface-mid: #f6f6f9;
|
||||
--color-surface-low: #ececf4;
|
||||
--color-surface-lowest: #ffffff;
|
||||
--color-on-surface: #1b1b1f;
|
||||
@@ -252,7 +252,7 @@
|
||||
|
||||
--color-logo-text: #e2dfff;
|
||||
|
||||
--color-surface-high: hsl(245, 10%, 21%);
|
||||
--color-surface-high: #2e2d39;
|
||||
--color-surface-low: hsl(240, 8%, 15%);
|
||||
--color-surface-mid: hsl(240 6% 10%);
|
||||
--color-surface-lowest: hsl(0, 0%, 7%);
|
||||
|
Reference in New Issue
Block a user