diff options
author | Eric Bailey <git@esb.lol> | 2024-10-17 14:35:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 14:35:45 -0500 |
commit | 0d5af050d3c90172a07486961ea1180b240813ef (patch) | |
tree | 8acef38e6cb7939a02f0b177cc125127155d2661 /src/components/NewskieDialog.tsx | |
parent | 7ca1789d6f17c99f718ea1a7c1aa838307e72b6d (diff) | |
download | voidsky-0d5af050d3c90172a07486961ea1180b240813ef.tar.zst |
Remove BaseLink component (#5682)
* Remove BaseLink component * Fix StarterPackCard Link component * Rm flex_1 causing overflow * Make newskie usage full width
Diffstat (limited to 'src/components/NewskieDialog.tsx')
-rw-r--r-- | src/components/NewskieDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/NewskieDialog.tsx b/src/components/NewskieDialog.tsx index 0e3520658..6b02f88c6 100644 --- a/src/components/NewskieDialog.tsx +++ b/src/components/NewskieDialog.tsx @@ -127,7 +127,7 @@ export function NewskieDialog({ }}> <View style={[ - a.flex_1, + a.w_full, a.mt_sm, a.p_lg, a.border, |