Skip to content

Commit c50a413

Browse files
committed
Make Buttons in InfoBanner inherit color from theme
1 parent 651f3f0 commit c50a413

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)