diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-13 02:09:43 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-13 02:09:43 +0200 |
| commit | bcc50844096b47c0656ed3338de222055a749fb1 (patch) | |
| tree | bf051cbc0c779438d53d60fe827732846763cef5 /src/components/button.style.js | |
| parent | 17b25ef0e0eb261fbfd09be740a1cd8c0e3ad88b (diff) | |
add roundness, fix inputs
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 } }, { |
