Skip to content

Commit

Permalink
[Glitch] Fix background of text detection progress
Browse files Browse the repository at this point in the history
Port 5a33a56 to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
vmstan authored and ClearlyClaire committed Sep 17, 2024
1 parent 93b2c81 commit a85b247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/flavours/glitch/styles/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4108,7 +4108,7 @@ input.glitch-setting-text {
}

&__wrapper {
background: $white;
background: $ui-base-color;
border: 1px solid var(--background-border-color);
margin-bottom: 10px;
border-radius: 4px;
Expand Down

0 comments on commit a85b247

Please sign in to comment.