Skip to content

Commit 3e51613

Browse files
committed
fix
1 parent 4f57f32 commit 3e51613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/InfoBannerNextJs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const InfoBannerNextJs = ({ visible, onHide, language }) => {
4646
outline: 'none',
4747
backgroundColor: 'transparent',
4848
border: 'none',
49-
color: 'var(--color-text)',
49+
color: '#5a4000',
5050
cursor: 'pointer',
5151
fontSize: 18,
5252
lineHeight: 1,

0 commit comments

Comments
 (0)