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/input.style.js | |
| parent | 17b25ef0e0eb261fbfd09be740a1cd8c0e3ad88b (diff) | |
add roundness, fix inputs
Diffstat (limited to 'src/components/input.style.js')
| -rw-r--r-- | src/components/input.style.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/input.style.js b/src/components/input.style.js index 37398ab8..9cddfd8e 100644 --- a/src/components/input.style.js +++ b/src/components/input.style.js @@ -34,6 +34,7 @@ export default { { directives: { background: '--fg, -5', + roundness: 3, shadow: [{ x: 0, y: 0, |
