Bluesky app fork with some witchin' additions 💫

simplify date picker theme (#6926)

authored by samuel.fm and committed by

GitHub df3b43bb 0c71f819

+1 -1
+1 -1
src/components/forms/DateField/index.android.tsx
··· 56 56 modal 57 57 open 58 58 timeZoneOffsetInMinutes={0} 59 - theme={t.name === 'light' ? 'light' : 'dark'} 59 + theme={t.scheme} 60 60 buttonColor={t.name === 'light' ? '#000000' : '#ffffff'} 61 61 date={new Date(value)} 62 62 onConfirm={onChangeInternal}