Skip to content

Commit 64098a5

Browse files
authored
Merge pull request #10132 from ethereum/fixButtonsInInfoBanner
Make Buttons in InfoBanner inherit color from theme
2 parents 651f3f0 + c50a413 commit 64098a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/InfoBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const InfoBanner: React.FC<IProps> = ({
2929
borderRadius={"sm"}
3030
maxW={shouldCenter ? "55rem" : "100%"}
3131
sx={{
32-
"*": {
32+
":not(button)": {
3333
color: "black300 !important",
3434
},
3535
}}

0 commit comments

Comments
 (0)