Skip to content

Commit

Permalink
feat: [Composer] add data-action-icon to .Composer-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
akai committed Jan 3, 2021
1 parent 2ce9b91 commit 76add41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Composer/Action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { IconButton, IconButtonProps } from '../IconButton';

export const Action: React.FC<IconButtonProps> = (props) => (
<div className="Composer-actions">
<div className="Composer-actions" data-action-icon={props.icon}>
<IconButton {...props} />
</div>
);

0 comments on commit 76add41

Please sign in to comment.