File tree Expand file tree Collapse file tree
contentcuration/contentcuration/frontend/settings/pages/Storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 <div class =" mt-2" >
9494 <div
9595 v-if =" errors.license"
96- style =" color : red "
96+ : style =" { color: $themeTokens.error } "
9797 >
9898 {{ $tr('fieldRequiredText') }}
9999 </div >
153153 <div class =" mt-2" >
154154 <div
155155 v-if =" errors.org_or_personal"
156- style =" color : red "
156+ : style =" { color: $themeTokens.error } "
157157 >
158158 {{ $tr('fieldRequiredText') }}
159159 </div >
186186 <div class =" mb-1 mt-3" >
187187 <div
188188 v-if =" errors.organization_type"
189- style =" color : red "
189+ : style =" { color: $themeTokens.error } "
190190 >
191191 {{ $tr('fieldRequiredText') }}
192192 </div >
193- <label :style =" { color: orgSelected ? 'black' : 'gray' }" >
193+ <label :style =" { color: orgSelected ? $themeTokens.text : $themeTokens.textDisabled }" >
194194 {{ $tr('typeOfOrganizationLabel') }}
195195 </label >
196196 </div >
You can’t perform that action at this time.
0 commit comments