Skip to content

Commit

Permalink
Removed default pointer cursor from Tag widget (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharjeelyunus authored Nov 15, 2024
1 parent 542069e commit becf415
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nice-socks-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ensembleui/react-runtime": minor
---

Removed default pointer cursor from Tag widget
1 change: 0 additions & 1 deletion packages/runtime/src/widgets/Tag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export const Tag: React.FC<TagProps> = (props) => {
fontSize: 12,
margin: "5px",
fontWeight: "normal",
cursor: "pointer",
};
const tagStyles = merge(defaultStyles, values?.styles);
const truncatedLabels = expanded ? labels : labels.slice(0, 4);
Expand Down

0 comments on commit becf415

Please sign in to comment.