Skip to content

Commit 8148141

Browse files
Removed important in styles
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent dcf4ecb commit 8148141

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/sections/thank-you/thank-you.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const SubscribeWrapper = styled.div`
112112
/* Override Kanvas text styling to make only "Kanvas" white */
113113
.CTAbody {
114114
h2 span {
115-
color: ${props => props.theme.white} !important;
115+
color: ${props => props.theme.white};
116116
}
117117
}
118118
`;

src/sections/unsubscribed/unsubscribed.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const UnsubscribedWrapper = styled.div`
123123
/* Override Kanvas text styling to make only "Kanvas" bold */
124124
.CTAbody {
125125
h2 span {
126-
font-weight: bold !important;
126+
font-weight: bold;
127127
}
128128
}
129129
`;

0 commit comments

Comments
 (0)