diff options
Diffstat (limited to 'src/components/button.style.js')
| -rw-r--r-- | src/components/button.style.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/button.style.js b/src/components/button.style.js index 8d19516f..900eef26 100644 --- a/src/components/button.style.js +++ b/src/components/button.style.js @@ -64,7 +64,8 @@ export default { // like within it directives: { background: '--fg', - shadow: [buttonOuterShadow, ...buttonInsetFakeBorders] + shadow: [buttonOuterShadow, ...buttonInsetFakeBorders], + roundness: 3 } }, { |
