Skip to content

Commit

Permalink
revert(nhsuk-frontend-react): revert change that added style prop
Browse files Browse the repository at this point in the history
  • Loading branch information
rowellx68 committed Sep 12, 2024
1 parent e22e8d8 commit fb27973
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export type TagColour =

export type TagProps = {
variant?: TagColour;
style?: React.CSSProperties;
} & ElementProps<'strong'>;

const Tag = ({ variant = 'grey', className, ...props }: TagProps) => {
Expand Down

0 comments on commit fb27973

Please sign in to comment.