Skip to content

Commit

Permalink
styles --> sx to follow team practices
Browse files Browse the repository at this point in the history
  • Loading branch information
Catrovitch committed Mar 11, 2024
1 parent 918f0c9 commit 8a3f5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/Action/ShareResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const ShareResult = ({ surveyName }: ShareResultProps) => {
placeholder={t('extraAction:shareResultInputPlaceholder')}
error={!!errors?.emails}
disabled={isSent}
style={{
sx={{
width: '55%',
}}
/>
Expand Down

0 comments on commit 8a3f5e9

Please sign in to comment.