diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts index 429a060729..6b373ab105 100644 --- a/src/alf/atoms.ts +++ b/src/alf/atoms.ts @@ -4,6 +4,11 @@ import * as tokens from '#/alf/tokens' import {native, web} from '#/alf/util/platform' export const atoms = { + debug: { + borderColor: 'red', + borderWidth: 1, + }, + /* * Positioning */ diff --git a/src/screens/Post/PostQuotes.tsx b/src/screens/Post/PostQuotes.tsx index 4a06639fc8..cd03c03621 100644 --- a/src/screens/Post/PostQuotes.tsx +++ b/src/screens/Post/PostQuotes.tsx @@ -10,7 +10,7 @@ import {isWeb} from 'platform/detection' import {PostQuotes as PostQuotesComponent} from '#/view/com/post-thread/PostQuotes' import {ViewHeader} from '#/view/com/util/ViewHeader' import {CenteredView} from 'view/com/util/Views' -import {atoms as a} from '#/alf' +import {native, web} from '#/alf' import {ListHeaderDesktop} from '#/components/Lists' type Props = NativeStackScreenProps @@ -27,7 +27,16 @@ export const PostQuotesScreen = ({route}: Props) => { ) return ( - +