Skip to content

Commit 682a182

Browse files
committed
fix: text color
1 parent afe11fd commit 682a182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/components/Poll/components/PollInputDialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ const useStyles = () => {
133133
borderWidth: 1,
134134
fontSize: primitives.typographyFontSizeMd,
135135
padding: primitives.spacingSm,
136+
color: semantics.textPrimary,
136137
},
137138
title: {
138139
color: semantics.textPrimary,

0 commit comments

Comments
 (0)