We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to rerender the console the component the variant, BASE_FONT_FAMILY, BASE_FONT_SIZE are note getting affected.
<div style={{ backgroundColor: '#242424' }}> <Console style={{ fontFamily }} styles={{ BASE_FONT_FAMILY: 'Cousine', BASE_FONT_SIZE: fontSize, OBJECT_VALUE_STRING_COLOR: '#D0273D', LOG_RESULT_COLOR: '#000000', BASE_COLOR: theme.toLowerCase() === 'light' ? '#000000' : '#ffffff', LOG_COLOR: theme.toLowerCase() === 'light' ? '#000000' : '#ffffff', BASE_BACKGROUND_COLOR: 'transparent', LOG_BACKGROUND: 'transparent', }} logs={this.state.logs} variant={theme.toLowerCase()} /> </div>
theme can have values 'light' & 'dark'
'light'
'dark'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to rerender the console the component the variant, BASE_FONT_FAMILY, BASE_FONT_SIZE are note getting affected.
theme can have values
'light'
&'dark'
The text was updated successfully, but these errors were encountered: