Open yemreeke opened 1 year ago
Specific styles can be applied using useTheme
:
https://akveo.github.io/react-native-ui-kitten/docs/design-system/use-theme-variables#declare-custom-component
Specific styles can be applied using
useTheme
: https://akveo.github.io/react-native-ui-kitten/docs/design-system/use-theme-variables#declare-custom-component
I can change its style, but there is no dark color effect when I click it. This is what I want to do. Like using 10 colors instead of 5 main colors
💬 Question
Hello, I'm using the UI Kitten button component . But I want to ask a question. I added custom-theme.json to my project.
While changing the color of the button component, we give the status prop "basic, primary, success, info, warning, danger or control" values, but I guess it uses color-primary-500 as this color.
I want to use 100 200 300 400 500 600 700 800 colors in this json file. Is it possible ?
Examples are these values.
UI Kitten and Eva version