Skip to content

Commit

Permalink
refactor: add elevated prop to Appbar
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Mar 27, 2022
1 parent 36d06f4 commit 6026129
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/Appbar/AppbarContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,7 @@ type Props = $RemoveChildren<typeof View> & {
*/
onPress?: () => void;
/**
* @supported Available in v3.x with theme version 3
*
* Mode of the Appbar.
* - `small` - Appbar with default height (56).
* - `medium` - Appbar with medium height (112).
* - `large` - Appbar with large height (152).
* - `center-aligned` - Appbar with default height and center-aligned title.
* @internal
*/
mode?: 'small' | 'medium' | 'large' | 'center-aligned';
style?: StyleProp<ViewStyle>;
Expand Down

0 comments on commit 6026129

Please sign in to comment.