Skip to content

Commit 2d167a6

Browse files
committed
fix css warning
1 parent a6bffb4 commit 2d167a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-together/src/components/ComponentStyles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
transition:
3232
background-color var(--transition-speed),
3333
box-shadow var(--transition-speed);
34-
label {
34+
:is(label) {
3535
font-size: var(--font-size-medium);
3636
font-weight: var(--font-weight-bold);
3737
color: var(--color-white);

0 commit comments

Comments
 (0)