File tree 3 files changed +6
-3
lines changed
components/src/components/status-badge
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const getStatusBadgeConfig = (
52
52
return {
53
53
text : (
54
54
< Localize
55
- i18n_default_text = '<0 >Needs verification.</0><1>Verify now </1>'
55
+ i18n_default_text = '<1 >Needs verification.</1>'
56
56
components = { [
57
57
< Text key = { 0 } weight = 'bold' size = 'xxxs' color = 'var(--status-info)' /> ,
58
58
setIsVerificationModalVisible ? (
Original file line number Diff line number Diff line change 8
8
padding : 2px 7px ;
9
9
color : var (--status-info );
10
10
border-radius : 4px ;
11
- border : 1.5px solid var (--status-info );
12
11
align-items : center ;
13
12
white-space : nowrap ;
14
-
13
+ background-color : var ( --status-info-transparent );
15
14
& --migrated_with_position ,
16
15
& --migrated_without_position ,
17
16
& --pending ,
21
20
color : var (--status-warning );
22
21
font-size : var (--text-size-xxxs );
23
22
align-items : center ;
23
+ background-color : var (--status-warning-transparent );
24
24
}
25
25
& --failed {
26
26
border-color : var (--status-danger );
27
27
color : var (--status-danger );
28
+ background-color : var (--status-danger-transparent );
28
29
}
29
30
30
31
& --icon {
Original file line number Diff line number Diff line change 157
157
--status-default : #{$color-grey-3 } ;
158
158
--status-adjustment : #{$color-grey-1 } ;
159
159
--status-danger : #{$color-red-1 } ;
160
+ --status-danger-transparent : #{$alpha-color-red-1 } ;
160
161
--status-success : #{$color-green-1 } ;
161
162
--status-warning : #{$color-yellow } ;
162
163
--status-warning-transparent : #{$alpha-color-yellow-1 } ;
163
164
--status-transfer : #{$color-orange } ;
164
165
--status-info : #{$color-blue } ;
166
+ --status-info-transparent : #{$alpha-color-blue-1 } ;
165
167
--status-colored-background : #{$color-white } ;
166
168
--status-alert-background : #{$color-yellow-3 } ;
167
169
// Dashboard
You can’t perform that action at this time.
0 commit comments