Skip to content

Commit 56915f1

Browse files
authored
fix: vanilla extract typos (#5749)
1 parent 0dcf373 commit 56915f1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/eight-spiders-arrive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ultraviolet/ui": patch
3+
---
4+
5+
`List` and `UnitInput`: Fix vanilla-extract typos

packages/ui/src/components/List/styles.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function makeRowStyleSentiment(sentiment: (typeof SENTIMENTS)[number]) {
4242
borderColor: color.border,
4343
},
4444
'&:not([aria-disabled="true"]):hover': {
45-
bordercolor: theme.colors.primary.border,
45+
borderColor: theme.colors.primary.border,
4646
boxShadow: theme.shadows.hoverPrimary,
4747
},
4848
},

packages/ui/src/components/UnitInput/styles.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ globalStyle(`${unitInputUnit} ${selectBarBase}`, {
185185
})
186186

187187
globalStyle(
188-
`${unitInputUnit} ${selectBarBase}:focus, ${unitInputUnit} ${selectBarBase}:active, `,
188+
`${unitInputUnit} ${selectBarBase}:focus, ${unitInputUnit} ${selectBarBase}:active`,
189189
{
190190
boxShadow: 'none',
191191
},

0 commit comments

Comments
 (0)