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) {
const insets = useSafeAreaInsets()
return (
+1 -1
View File
@@ -65,7 +65,6 @@ export function Storybook() {
Dark
</Button>
</View>
<Dialogs />
<ThemeProvider theme="light">
<Theming />
@@ -84,6 +83,7 @@ export function Storybook() {
<Icons />
<Links />
<Forms />
<Dialogs />
<Breakpoints />
</View>
</CenteredView>