Skip to content

Commit 131d447

Browse files
committed
better styles
1 parent 175aed9 commit 131d447

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

src/components/InfoBanner.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ const InfoBanner = ({ visible, onHide }) => {
1616
flexWrap: 'wrap',
1717
flexDirection: 'row',
1818
alignContent: 'space-between',
19-
backgroundColor: 'var(--color-background)',
19+
backgroundColor: '#fff3cd',
20+
borderColor: '#ffc107',
21+
color: '#5a4000',
2022
zIndex: 2147483647,
2123
};
2224

src/components/InfoBanner2.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ const InfoBanner = ({ visible, onHide }) => {
1616
flexWrap: 'wrap',
1717
flexDirection: 'row',
1818
alignContent: 'space-between',
19-
backgroundColor: 'var(--color-background)',
19+
backgroundColor: '#fff3cd',
20+
borderColor: '#ffc107',
21+
color: '#5a4000',
2022
zIndex: 2147483647,
2123
};
2224

src/components/InfoBanner3.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ const InfoBanner = ({ visible, onHide }) => {
1616
flexWrap: 'wrap',
1717
flexDirection: 'row',
1818
alignContent: 'space-between',
19-
backgroundColor: 'var(--color-background)',
19+
backgroundColor: '#fff3cd',
20+
borderColor: '#ffc107',
21+
color: '#5a4000',
2022
zIndex: 2147483647,
2123
};
2224

0 commit comments

Comments
 (0)