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) {
|
||||
const insets = useSafeAreaInsets()
|
||||
return (
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user