Add button for creating a new group clip clop (#10066)

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
DS Boyce
2026-03-26 10:23:49 -07:00
committed by GitHub
parent ce000ada50
commit f4e14626aa
5 changed files with 1206 additions and 14 deletions
+2 -2
View File
@@ -115,7 +115,7 @@ export function useSharedInputStyles() {
]
const focus: ViewStyle[] = [
{
backgroundColor: t.palette.contrast_50,
backgroundColor: t.palette.primary_25,
borderColor: t.palette.primary_500,
},
]
@@ -279,7 +279,7 @@ export function createInput(Component: typeof TextInput) {
a.inset_0,
{borderRadius: 10},
t.atoms.bg_contrast_50,
{borderColor: 'transparent', borderWidth: 2},
{borderColor: 'transparent', borderWidth: 1},
ctx.hovered ? chromeHover : {},
ctx.focused ? chromeFocus : {},
ctx.isInvalid || isInvalid ? chromeError : {},