aswi2023one-team-to-rule-them-all-gitlab/src/theme/nativeBaseTheme.ts @ ca53e9f1
1 |
import { extendTheme } from "native-base" |
---|---|
2 |
|
3 |
export const nativeBaseTheme = extendTheme({ |
4 |
colors: { |
5 |
primary: { |
6 |
50: "#4F4537", |
7 |
100: "#E3A400", |
8 |
},
|
9 |
|
10 |
}
|
11 |
})
|