Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Darken splash (#2892)

* Darken splash

* We must go darker

authored by

Eric Bailey and committed by
GitHub
0ff61e08 c5641ac2

+6 -1
+6 -1
src/Splash.tsx
··· 263 263 <View 264 264 style={[ 265 265 StyleSheet.absoluteFillObject, 266 - {backgroundColor: '#fff'}, 266 + { 267 + backgroundColor: isDarkMode 268 + ? // special off-spec color for dark mode 269 + '#0F1824' 270 + : '#fff', 271 + }, 267 272 ]} 268 273 /> 269 274 )}