update brandInfo/brandWarning color

This commit is contained in:
Dawid Wysokiński 2021-04-11 12:39:08 +02:00
parent 7f13c9e8f9
commit 7126cff3e6
2 changed files with 3 additions and 2 deletions

View File

@ -131,10 +131,10 @@ export default {
// Color
brandPrimary: '#448AFF',
brandInfo: '#62B1F6',
brandInfo: '#2196f3',
brandSuccess: '#4caf50',
brandDanger: '#f44336',
brandWarning: '#f0ad4e',
brandWarning: '#ff9800',
brandDark: '#000',
brandLight: '#a9a9a9',

View File

@ -33,6 +33,7 @@ const Test = ({ questions, onReset }: TestProps) => {
props.tabStyle = Object.create(props.tabStyle);
return <ScrollableTab {...props} />;
}}
prerenderingSiblingsNumber={3}
>
{questions.map((question, index) => {
const color =