Skip to content

Commit

Permalink
Set example size for material design icon to 16
Browse files Browse the repository at this point in the history
Since 16px is an existing default, let's use that in the recommendation
for when using material design icons in the ActionButton.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
  • Loading branch information
PVince81 committed Dec 1, 2020
1 parent b48f067 commit 3446414
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/ActionButton/ActionButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,15 @@ You can also use a custom icon, for example from the vue-material-design-icons l
<ActionButton>
<HandLeft
slot="icon"
:size="24"
fill-color="#000000"
:size="16"
decorative
title="" />
Raise left hand
</ActionButton>
<ActionButton>
<HandRight
slot="icon"
:size="24"
fill-color="#000000"
:size="16"
decorative
title="" />
Raise right hand
Expand Down

0 comments on commit 3446414

Please sign in to comment.