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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user