diff --git a/packages/lib-classifier/src/plugins/tasks/survey/components/components/Choice/Choice.js b/packages/lib-classifier/src/plugins/tasks/survey/components/components/Choice/Choice.js index 680fee03ce..08cb5c84b0 100644 --- a/packages/lib-classifier/src/plugins/tasks/survey/components/components/Choice/Choice.js +++ b/packages/lib-classifier/src/plugins/tasks/survey/components/components/Choice/Choice.js @@ -19,6 +19,16 @@ const StyledBox = styled(Box)` } ` +const StyledButton = styled(Button)` + border: 1px solid ${props => props.theme.global.colors.brand}; + border-radius: 4px; +` + +const StyledPrimaryButton = styled(PrimaryButton)` + border-radius: 4px; +` + + function Choice({ answers = {}, choiceId = '', @@ -176,12 +186,12 @@ function Choice({ margin={{ top: '30px' }} pad={{ top: 'small' }} > -