Skip to content

Commit

Permalink
fix(Dropdown): fix dropdown activator style
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Dec 6, 2022
1 parent fe50100 commit 3f28492
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/tailwind-components/src/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ const dropdown = plugin(function ({addComponents, theme}) {
'.dropdown-button-icon': {
color: 'var(--dropdown-button-icon-color)',
},
'.dropdown-button-activator': {
display: 'flex',
alignItems: 'center',
gap: theme('spacing.2'),
}
});
});

Expand Down

0 comments on commit 3f28492

Please sign in to comment.