Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Feb 14, 2025
1 parent a113201 commit be499fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ function Text(props: TextProps) {
state,
className,
stateAttributesMap: {
size: (size) => ({ [`data-size-${size}`]: '' }),
color: (color) => ({ [`data-color-${color}`]: '' }),
size: (value) => ({ [`data-size-${value}`]: '' }),
color: (value) => ({ [`data-color-${value}`]: '' }),
},
props: {
...otherProps,
Expand Down

0 comments on commit be499fa

Please sign in to comment.