mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Improve UI continuity behind panels (#1435)
* Add variable for island color * Make islands semi-transparent This preserves the notion of the infinite canvas and helps maintain context, especially on smaller screens.
This commit is contained in:
parent
fbcb3ee6ff
commit
3b357d8332
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
--text-color-primary: #343a40;
|
||||
--bg-color-main: #fff;
|
||||
--shadow-island: 0 1px 5px rgba(0, 0, 0, 0.15);
|
||||
--bg-color-island: rgba(255, 255, 255, 0.7);
|
||||
--border-radius-m: 4px;
|
||||
--space-factor: 0.25rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue