Update bface UI and security work

This commit is contained in:
Amer Agovic
2026-05-31 12:30:02 -05:00
parent 6fe23fae86
commit c6f7240912
45 changed files with 4531 additions and 553 deletions
+3 -3
View File
@@ -33,7 +33,7 @@ function fieldChrome(orientation, error, border) {
position: embedded ? 'relative' : 'static',
borderWidth: embedded && !borderless ? 1 : 0,
borderColor: error ? '$danger' : '$lineSubtle',
borderRadius: embedded ? '$4' : '$0',
borderRadius: embedded ? '$radiusMd' : '$0',
backgroundColor: embedded && !borderless ? '$bgPanel' : 'transparent',
paddingTop: embedded && !borderless ? '$3.5' : '$0',
paddingRight: embedded && !borderless ? '$3' : '$0',
@@ -197,7 +197,7 @@ function ColorSwatch({ value }) {
<YStack
width={28}
height={28}
borderRadius="$3"
borderRadius="$radiusSm"
borderWidth={1}
borderColor="$lineSubtle"
backgroundColor={isHex ? normalized : '$bgPanelElev'}
@@ -541,7 +541,7 @@ export function FieldControl({
backgroundColor="$bgPanel"
borderWidth={1}
borderColor="$lineSubtle"
borderRadius="$4"
borderRadius="$radiusMd"
elevation="$2"
shadowColor="$shadowColor"
>