Migrate to @bsky.app/alf package (#9030)
* Add storybook shortcut in dev * Migrate to alg pkg * Migrate font_bold to new font_semi_bold * Migrate font_heavy to font_bold * Fix old theme refs * Remove leading util * Bump * Revert "Add storybook shortcut in dev" This reverts commit 7a86195c77fb5d449c7782e64ebabb6addfab919. * Remove alf script * Adjust font scale * Bump * Bump pkg * Migrate values from conflicts * Create default themes outside react * Use built-in alf utils * Migrate old font styles * Remove unused tokens * Move theme creation to more appropriate file * Update button colors * Adjust TextField colors, line heights
This commit is contained in:
@@ -122,7 +122,7 @@ export function ListHiddenScreen({
|
||||
width={42}
|
||||
/>
|
||||
<View style={[a.gap_sm, a.align_center]}>
|
||||
<Text style={[a.font_bold, a.text_3xl]}>
|
||||
<Text style={[a.font_semi_bold, a.text_3xl]}>
|
||||
{list.creator.viewer?.blocking || list.creator.viewer?.blockedBy ? (
|
||||
<Trans>Creator has been blocked</Trans>
|
||||
) : (
|
||||
@@ -150,7 +150,7 @@ export function ListHiddenScreen({
|
||||
) : (
|
||||
<Trans>
|
||||
This list – created by{' '}
|
||||
<Text style={[a.font_bold]}>
|
||||
<Text style={[a.font_semi_bold]}>
|
||||
{sanitizeHandle(list.creator.handle, '@')}
|
||||
</Text>{' '}
|
||||
– contains possible violations of Bluesky's community guidelines
|
||||
|
||||
Reference in New Issue
Block a user