Skip to content

Commit e773f90

Browse files
authored
docs: fix input text color to match theme in custom form guide (#21750)
- without this, it's black on dark grey
1 parent f7ace54 commit e773f90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/creating-a-custom-form-field-control.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class MyTel {
4242
outline: none;
4343
font: inherit;
4444
text-align: center;
45+
color: currentColor;
4546
}
4647
`],
4748
})

0 commit comments

Comments
 (0)