Change other borderWidths from 2 to 1 (#10156)
This commit is contained in:
@@ -3,8 +3,7 @@ import {View} from 'react-native'
|
|||||||
import {Select as RadixSelect} from 'radix-ui'
|
import {Select as RadixSelect} from 'radix-ui'
|
||||||
|
|
||||||
import {useA11y} from '#/state/a11y'
|
import {useA11y} from '#/state/a11y'
|
||||||
import {flatten, useTheme, web} from '#/alf'
|
import {atoms as a, flatten, useTheme, web} from '#/alf'
|
||||||
import {atoms as a} from '#/alf'
|
|
||||||
import {useInteractionState} from '#/components/hooks/useInteractionState'
|
import {useInteractionState} from '#/components/hooks/useInteractionState'
|
||||||
import {Check_Stroke2_Corner0_Rounded as CheckIcon} from '#/components/icons/Check'
|
import {Check_Stroke2_Corner0_Rounded as CheckIcon} from '#/components/icons/Check'
|
||||||
import {
|
import {
|
||||||
@@ -109,7 +108,7 @@ export function Trigger({children, label}: TriggerProps) {
|
|||||||
borderRadius: 10,
|
borderRadius: 10,
|
||||||
maxWidth: 400,
|
maxWidth: 400,
|
||||||
outline: 0,
|
outline: 0,
|
||||||
borderWidth: 2,
|
borderWidth: 1,
|
||||||
borderStyle: 'solid',
|
borderStyle: 'solid',
|
||||||
borderColor: focused
|
borderColor: focused
|
||||||
? t.palette.primary_500
|
? t.palette.primary_500
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ export function DateFieldButton({
|
|||||||
paddingLeft: 14,
|
paddingLeft: 14,
|
||||||
paddingRight: 14,
|
paddingRight: 14,
|
||||||
borderColor: 'transparent',
|
borderColor: 'transparent',
|
||||||
borderWidth: 2,
|
borderWidth: 1,
|
||||||
},
|
},
|
||||||
native({
|
native({
|
||||||
paddingTop: 10,
|
paddingTop: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user