Remove comment, revert storybook
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user