Fix background of text detection progress (#31943)

pull/31946/head
Michael Stanclift 8 months ago committed by GitHub
parent ca8e892c1a
commit 5a33a5658b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3921,7 +3921,7 @@ $ui-header-logo-wordmark-width: 99px;
} }
&__wrapper { &__wrapper {
background: $white; background: $ui-base-color;
border: 1px solid var(--background-border-color); border: 1px solid var(--background-border-color);
margin-bottom: 10px; margin-bottom: 10px;
border-radius: 4px; border-radius: 4px;

Loading…
Cancel
Save