We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b83f86 commit 95e4898Copy full SHA for 95e4898
src/components/Appbar/AppbarHeader.tsx
@@ -75,8 +75,8 @@ type Props = React.ComponentProps<typeof Appbar> & {
75
* title="Title"
76
* subtitle="Subtitle"
77
* />
78
- * <Appbar.Action icon="search" onPress={this._handleSearch} />
79
- * <Appbar.Action icon="more-vert" onPress={this._handleMore} />
+ * <Appbar.Action icon="magnify" onPress={this._handleSearch} />
+ * <Appbar.Action icon="dots-vertical" onPress={this._handleMore} />
80
* </Appbar.Header>
81
* );
82
* }
0 commit comments