Expand color palette

This commit is contained in:
Eric Bailey
2024-01-18 18:30:25 -06:00
parent 34c9eece6f
commit 8532e8145d
7 changed files with 246 additions and 146 deletions
+2 -1
View File
@@ -94,6 +94,7 @@ export function Root({children, isInvalid = false}: RootProps) {
paddingVertical: 14,
},
]}
// onPressIn/out don't work on android web
onPress={() => inputRef.current?.focus()}
onHoverIn={onHoverIn}
onHoverOut={onHoverOut}>
@@ -214,7 +215,7 @@ export function createInput(Component: typeof TextInput) {
a.absolute,
a.inset_0,
a.rounded_sm,
t.atoms.bg_contrast_50,
t.atoms.bg_contrast_25,
{borderColor: 'transparent', borderWidth: 2},
ctx.hovered ? chromeHover : {},
ctx.focused ? chromeFocus : {},