site/src/constants/config/tools/native.js
import theme from './../../theme/native';
import baseConfig from './../base/native';
const { primaryDark } = theme;
export default {
...baseConfig,
banner1: {
backgroundColor: primaryDark,
},
banner2: {
backgroundColor: '#4D009B',
},
banner3: {
backgroundColor: '#133146',
},
banner4: {
backgroundColor: '#3D84FF',
},
banner5: {
backgroundColor: '#DDEBFF',
},
bannerVue: {
backgroundColor: '#1B2C36',
},
};