Skip to content

Commit a58a209

Browse files
Added text color red to Studio Bannner
1 parent 6ee00c2 commit a58a209

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

contentcuration/contentcuration/frontend/shared/views/StudioBanner.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
<div
44
class="banner"
55
data-testid="studio-banner"
6-
:style="{ backgroundColor: error ? $themePalette.red.v_100 : '' }"
6+
:style="{
7+
backgroundColor: error ? $themePalette.red.v_100 : '',
8+
color: error ? $themeTokens.error : '',
9+
}"
710
>
811
<slot>
912
{{ text }}

0 commit comments

Comments
 (0)