Bluesky app fork with some witchin' additions 💫

BESTEST Welcome Modal

xan.lol 13570b28 5cac9067

verified
Changed files
+8 -8
assets
src
components
assets/images/welcome-modal-bg.jpg

This is a binary file and will not be displayed.

+8 -8
src/components/WelcomeModal.tsx
··· 84 84 maxHeight: 600, 85 85 width: '90%', 86 86 height: '90%', 87 - backgroundColor: '#d6c0f0ff', 87 + backgroundColor: '#716066', 88 88 }, 89 89 a.rounded_lg, 90 90 a.overflow_hidden, ··· 110 110 a.text_2xl, 111 111 a.font_semi_bold, 112 112 a.user_select_none, 113 - {color: '#354358', letterSpacing: -0.5}, 113 + {color: '#ff9696ff', letterSpacing: -0.5}, 114 114 ]}> 115 115 Bitchsky 116 116 </Text> ··· 129 129 gtMobile ? a.text_4xl : a.text_3xl, 130 130 a.font_semi_bold, 131 131 a.text_center, 132 - {color: '#354358'}, 132 + {color: '#583535ff'}, 133 133 web({ 134 134 backgroundImage: 135 - 'linear-gradient(180deg, #313F54 0%, #667B99 83.65%, rgba(102, 123, 153, 0.50) 100%)', 135 + 'linear-gradient(180deg, #ffd8d8ff 0%, #eca8a8ff 83.65%, rgba(233, 165, 165, 0.47) 100%)', 136 136 backgroundClip: 'text', 137 137 WebkitBackgroundClip: 'text', 138 138 WebkitTextFillColor: 'transparent', ··· 173 173 hoverStyle={[a.bg_transparent]}> 174 174 {({hovered}) => ( 175 175 <ButtonText 176 - style={[hovered && [a.underline], {color: '#BB6868'}]}> 176 + style={[hovered && [a.underline], {color: '#ff9191'}]}> 177 177 <Trans>Explore the app</Trans> 178 178 </ButtonText> 179 179 )} ··· 184 184 style={[ 185 185 a.text_md, 186 186 a.text_center, 187 - {color: '#684040ff', lineHeight: 24}, 187 + {color: '#ffe3e3ff', lineHeight: 24}, 188 188 ]}> 189 189 <Trans>Already have an account?</Trans>{' '} 190 190 <Pressable ··· 197 197 style={[ 198 198 a.font_medium, 199 199 { 200 - color: '#BB6868', 200 + color: '#ff9191', 201 201 fontSize: undefined, 202 202 }, 203 203 signInLinkHovered && a.underline, ··· 233 233 <XIcon 234 234 size="md" 235 235 style={{ 236 - color: '#583535ff', 236 + color: '#ffe3e3ff', 237 237 opacity: hovered || pressed || focused ? 1 : 0.7, 238 238 }} 239 239 />