Skip to content

Commit

Permalink
changeset and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
randall-krauskopf authored Oct 30, 2024
1 parent 3caf0ae commit f103d90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-icons-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react': minor
---

Migrate `Select` component to css modules
7 changes: 3 additions & 4 deletions packages/react/src/Select/Select.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@

@media screen and (forced-colors: active) {
svg {
fill: 'FieldText',
fill: 'FieldText';
}
}
}

.disabled {
@media screen and (forced-colors: active) {
svg {
fill: 'GrayText'
fill: 'GrayText';
}
}
}
}

.ArrowIndicator {
position: absolute;
Expand All @@ -68,4 +68,3 @@
pointer-events: none;
transform: translateY(-50%);
}

0 comments on commit f103d90

Please sign in to comment.