Skip to content

Commit

Permalink
fix(community-input-group): Update style to use outline raidus for mo…
Browse files Browse the repository at this point in the history
…zilla
  • Loading branch information
zyl-edison-telus authored and theetrain committed Mar 20, 2020
1 parent fcd9218 commit 3e292ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/InputGroup/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ export const InputGroupStyle = styled.div(({ hasValue }) => ({
outlineStyle: 'solid',
outlineColor: 'rgba(75, 40, 109, 0.5)',
outlineOffset: '1px',
'-moz-outline-radius': '8px',
},
}))

0 comments on commit 3e292ba

Please sign in to comment.