mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-09 17:15:18 +00:00
Fix background of text detection progress (#31943)
This commit is contained in:
parent
ca8e892c1a
commit
5a33a5658b
|
@ -3921,7 +3921,7 @@ $ui-header-logo-wordmark-width: 99px;
|
|||
}
|
||||
|
||||
&__wrapper {
|
||||
background: $white;
|
||||
background: $ui-base-color;
|
||||
border: 1px solid var(--background-border-color);
|
||||
margin-bottom: 10px;
|
||||
border-radius: 4px;
|
||||
|
|
Loading…
Reference in a new issue