Projekt

Obecné

Profil

Stáhnout (196 Bajtů) Statistiky
| Větev: | Tag: | Revize:
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
})
    (1-1/1)