aswi2023one-team-to-rule-them-all-gitlab/src/theme/nativeBaseTheme.ts @ ca44ce3d
1 |
import { extendTheme } from "native-base" |
---|---|
2 |
|
3 |
export const nativeBaseTheme = extendTheme({ |
4 |
colors: { |
5 |
primary: { |
6 |
50: '#FFF8E1', |
7 |
100: '#FFE082', |
8 |
200: '#FFD54F', |
9 |
300: '#FFCA28', |
10 |
400: '#FFC107', |
11 |
500: '#E3A400', |
12 |
600: '#C88700', |
13 |
700: '#AD6F00', |
14 |
800: '#8B5800', |
15 |
900: '#5D3A00', |
16 |
},
|
17 |
|
18 |
}
|
19 |
})
|