Skip to content

Commit

Permalink
refactor: menu example
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed May 25, 2022
1 parent a86506e commit 76b9271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/Examples/MenuExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const MenuExample = ({ navigation }: Props) => {
anchor={
<Appbar.Action
icon={MORE_ICON}
color={isV3 ? MD2Colors.white : MD3Colors.primary100}
onPress={_toggleMenu('menu1')}
{...(!isV3 && { color: 'white' })}
/>
}
>
Expand Down

0 comments on commit 76b9271

Please sign in to comment.