We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f57f32 commit 3e51613Copy full SHA for 3e51613
1 file changed
src/components/InfoBannerNextJs.js
@@ -46,7 +46,7 @@ const InfoBannerNextJs = ({ visible, onHide, language }) => {
46
outline: 'none',
47
backgroundColor: 'transparent',
48
border: 'none',
49
- color: 'var(--color-text)',
+ color: '#5a4000',
50
cursor: 'pointer',
51
fontSize: 18,
52
lineHeight: 1,
0 commit comments