diff options
author | Eric Bailey <git@esb.lol> | 2024-02-16 13:25:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 13:25:07 -0600 |
commit | 1d729721e553848037700688e2f1ccde333a8c84 (patch) | |
tree | 0077aabb7678a34f45e028fe37252aebb26e2587 /src/view | |
parent | 0ff61e08e94c6b9024a93cd487d2b2df21cd6c65 (diff) | |
download | voidsky-1d729721e553848037700688e2f1ccde333a8c84.tar.zst |
Link updates (#2890)
* Link updates, add atoms * Update comments * Support download * Don't open new window for download
Diffstat (limited to 'src/view')
-rw-r--r-- | src/view/screens/Storybook/Links.tsx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/view/screens/Storybook/Links.tsx b/src/view/screens/Storybook/Links.tsx index 2828e74bf..3f1806906 100644 --- a/src/view/screens/Storybook/Links.tsx +++ b/src/view/screens/Storybook/Links.tsx @@ -19,11 +19,16 @@ export function Links() { style={[a.text_md]}> External </InlineLink> - <InlineLink to="https://bsky.social" style={[a.text_md]}> + <InlineLink to="https://bsky.social" style={[a.text_md, t.atoms.text]}> <H3>External with custom children</H3> </InlineLink> <InlineLink to="https://bsky.social" + style={[a.text_md, t.atoms.text_contrast_low]}> + External with custom children + </InlineLink> + <InlineLink + to="https://bsky.social" warnOnMismatchingTextChild style={[a.text_lg]}> https://bsky.social |