tangled mirror of catsky-🐱 Soothing soft social-app fork with all the niche toggles! (Unofficial); for issues and PRs please put them on github:NekoDrone/catsky-social

fix: theming (again) (again) (again) ad infinitum

serenity 5ed63385 91dbd264

Changed files
+5 -4
src
alf
screens
Messages
components
Moderation
Onboarding
StepSuggestedStarterpacks
+1
src/alf/atoms.ts
··· 5 5 type ViewStyle, 6 6 } from 'react-native' 7 7 8 + import {CARD_ASPECT_RATIO} from '#/lib/constants' 8 9 import * as tokens from '#/alf/tokens' 9 10 import {ios, native, platform, web} from '#/alf/util/platform' 10 11 import * as Layout from '#/components/Layout'
+2 -2
src/screens/Messages/components/ChatListItem.tsx
··· 407 407 style={[ 408 408 a.text_md, 409 409 t.atoms.text, 410 - a.font_semi_bold, 410 + a.font_bold, 411 411 {lineHeight: 21}, 412 412 isDimStyle && t.atoms.text_contrast_medium, 413 413 ]}> ··· 475 475 style={[ 476 476 a.text_sm, 477 477 a.leading_snug, 478 - hasUnread ? a.font_semi_bold : t.atoms.text_contrast_high, 478 + hasUnread ? a.font_bold : t.atoms.text_contrast_high, 479 479 isDimStyle && t.atoms.text_contrast_medium, 480 480 ]}> 481 481 {lastMessage}
+1 -1
src/screens/Moderation/index.tsx
··· 329 329 a.pt_2xl, 330 330 a.pb_md, 331 331 a.text_md, 332 - a.font_semi_bold, 332 + a.font_bold, 333 333 t.atoms.text_contrast_high, 334 334 ]}> 335 335 <Trans>Content filters</Trans>
+1 -1
src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx
··· 141 141 <View style={[a.flex_1, a.gap_2xs]}> 142 142 <Text 143 143 emoji 144 - style={[a.text_md, a.font_semi_bold, a.leading_snug]} 144 + style={[a.text_md, a.font_bold, a.leading_snug]} 145 145 numberOfLines={1}> 146 146 {record.name} 147 147 </Text>