mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
make loading message account for dark mode & add i18n (#2033)
* make loading message account for dark mode & add i18n * use app color scheme
This commit is contained in:
parent
3f2b0fdd0a
commit
930813387b
3 changed files with 6 additions and 3 deletions
|
@ -21,8 +21,9 @@
|
|||
}
|
||||
|
||||
.LoadingMessage span {
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
background-color: var(--button-gray-1);
|
||||
border-radius: 5px;
|
||||
padding: 0.8em 1.2em;
|
||||
color: var(--popup-text-color);
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue