Remove comment, revert storybook

This commit is contained in:
Eric Bailey
2024-02-19 14:02:30 -06:00
parent bf4fca4f8a
commit 64b8d94bb6
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -116,7 +116,6 @@ export function Outer({
) )
} }
// TODO a11y props here, or is that handled by the sheet?
export function Inner({children, style}: DialogInnerProps) { export function Inner({children, style}: DialogInnerProps) {
const insets = useSafeAreaInsets() const insets = useSafeAreaInsets()
return ( return (
+1 -1
View File
@@ -65,7 +65,6 @@ export function Storybook() {
Dark Dark
</Button> </Button>
</View> </View>
<Dialogs />
<ThemeProvider theme="light"> <ThemeProvider theme="light">
<Theming /> <Theming />
@@ -84,6 +83,7 @@ export function Storybook() {
<Icons /> <Icons />
<Links /> <Links />
<Forms /> <Forms />
<Dialogs />
<Breakpoints /> <Breakpoints />
</View> </View>
</CenteredView> </CenteredView>