Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Change other borderWidths from 2 to 1 (#10156)

authored by

Samuel Newman and committed by
GitHub
498d321b a697841a

+3 -4
+2 -3
src/components/Select/index.web.tsx
··· 3 3 import {Select as RadixSelect} from 'radix-ui' 4 4 5 5 import {useA11y} from '#/state/a11y' 6 - import {flatten, useTheme, web} from '#/alf' 7 - import {atoms as a} from '#/alf' 6 + import {atoms as a, flatten, useTheme, web} from '#/alf' 8 7 import {useInteractionState} from '#/components/hooks/useInteractionState' 9 8 import {Check_Stroke2_Corner0_Rounded as CheckIcon} from '#/components/icons/Check' 10 9 import { ··· 109 108 borderRadius: 10, 110 109 maxWidth: 400, 111 110 outline: 0, 112 - borderWidth: 2, 111 + borderWidth: 1, 113 112 borderStyle: 'solid', 114 113 borderColor: focused 115 114 ? t.palette.primary_500
+1 -1
src/components/forms/DateField/index.shared.tsx
··· 63 63 paddingLeft: 14, 64 64 paddingRight: 14, 65 65 borderColor: 'transparent', 66 - borderWidth: 2, 66 + borderWidth: 1, 67 67 }, 68 68 native({ 69 69 paddingTop: 10,