We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe11fd commit 682a182Copy full SHA for 682a182
package/src/components/Poll/components/PollInputDialog.tsx
@@ -133,6 +133,7 @@ const useStyles = () => {
133
borderWidth: 1,
134
fontSize: primitives.typographyFontSizeMd,
135
padding: primitives.spacingSm,
136
+ color: semantics.textPrimary,
137
},
138
title: {
139
color: semantics.textPrimary,
0 commit comments