diff options
Diffstat (limited to 'src/view/screens/Storybook/Forms.tsx')
-rw-r--r-- | src/view/screens/Storybook/Forms.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/view/screens/Storybook/Forms.tsx b/src/view/screens/Storybook/Forms.tsx index ad130b376..45a1d9aa0 100644 --- a/src/view/screens/Storybook/Forms.tsx +++ b/src/view/screens/Storybook/Forms.tsx @@ -1,5 +1,5 @@ import React from 'react' -import {TextInput, View} from 'react-native' +import {type TextInput, View} from 'react-native' import {atoms as a} from '#/alf' import {Button, ButtonText} from '#/components/Button' @@ -216,8 +216,8 @@ export function Forms() { </View> <Button - variant="gradient" - color="gradient_nordic" + variant="solid" + color="primary" size="small" label="Reset all toggles" onPress={() => { |