Skip to content

Commit 2e2bc71

Browse files
authored
Set FormControl color (#2268)
* Set FormControl color * Create quick-seas-tickle.md
1 parent b087282 commit 2e2bc71

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/quick-seas-tickle.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Set FormControl color

src/forms/FormControl.scss

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
// shared among all form control components (input, select, textarea, checkbox, radio)
5050
@mixin Field {
51+
color: var(--color-fg-default);
5152
background-color: var(--color-canvas-default);
5253
border: solid var(--primer-borderWidth-thin, 1px) var(--color-border-default);
5354

0 commit comments

Comments
 (0)