Skip to content

Commit bf51ffc

Browse files
committed
fix: switch poll button to primary solid
1 parent b17b412 commit bf51ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const PollInputDialog = ({
8181
style={styles.button}
8282
/>
8383
<Button
84-
variant={'secondary'}
84+
variant={'primary'}
8585
type={'solid'}
8686
label={t('Send')}
8787
size='md'

0 commit comments

Comments
 (0)