Skip to content

Commit c223ca1

Browse files
authored
fix(fuselage): Set default cursor style for Label component (#1923)
1 parent 5e50887 commit c223ca1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/salty-sites-matter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rocket.chat/fuselage': patch
3+
---
4+
5+
fix(fuselage): Set default cursor style for Label component

packages/fuselage/src/components/Label/Label.styles.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
@include typography.use-font-scale(p2m);
77
display: flex;
88

9+
cursor: default;
10+
911
color: colors.font(default);
1012

1113
&--disabled {

0 commit comments

Comments
 (0)