File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
contentcuration/contentcuration/frontend/settings/pages/Storage Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 93
93
<div class =" mt-2" >
94
94
<div
95
95
v-if =" errors.license"
96
- style =" color : red "
96
+ : style =" { color: $themeTokens.error } "
97
97
>
98
98
{{ $tr('fieldRequiredText') }}
99
99
</div >
153
153
<div class =" mt-2" >
154
154
<div
155
155
v-if =" errors.org_or_personal"
156
- style =" color : red "
156
+ : style =" { color: $themeTokens.error } "
157
157
>
158
158
{{ $tr('fieldRequiredText') }}
159
159
</div >
186
186
<div class =" mb-1 mt-3" >
187
187
<div
188
188
v-if =" errors.organization_type"
189
- style =" color : red "
189
+ : style =" { color: $themeTokens.error } "
190
190
>
191
191
{{ $tr('fieldRequiredText') }}
192
192
</div >
193
- <label :style =" { color: orgSelected ? 'black' : 'gray' }" >
193
+ <label :style =" { color: orgSelected ? $themeTokens.text : $themeTokens.textDisabled }" >
194
194
{{ $tr('typeOfOrganizationLabel') }}
195
195
</label >
196
196
</div >
You can’t perform that action at this time.
0 commit comments