File tree 1 file changed +12
-0
lines changed
packages/core/src/components/content-card
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ export const StyledContentCard = styled.div<StyledContentCardProps>`
40
40
41
41
--chayns-color--text : # 222 ;
42
42
--chayns-color-rgb--text : rgb (34 , 34 , 34 );
43
+
44
+ label {
45
+ color : # 222 !important ;
46
+ }
43
47
` ;
44
48
case ContentCardType . Success :
45
49
return css `
@@ -49,6 +53,10 @@ export const StyledContentCard = styled.div<StyledContentCardProps>`
49
53
50
54
--chayns-color--text : # 222 ;
51
55
--chayns-color-rgb--text : rgb (34 , 34 , 34 );
56
+
57
+ label {
58
+ color : # 222 !important ;
59
+ }
52
60
` ;
53
61
case ContentCardType . Warning :
54
62
return css `
@@ -58,6 +66,10 @@ export const StyledContentCard = styled.div<StyledContentCardProps>`
58
66
59
67
--chayns-color--text : # 222 ;
60
68
--chayns-color-rgb--text : rgb (34 , 34 , 34 );
69
+
70
+ label {
71
+ color : # 222 !important ;
72
+ }
61
73
` ;
62
74
default :
63
75
return css `
You can’t perform that action at this time.
0 commit comments