diff options
| author | ivar <i@oiee.no> | 2025-12-26 13:18:15 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-26 13:18:15 +0100 |
| commit | fe0fe074ec8e8959bbdeff0ccc7f68d20b30e963 (patch) | |
| tree | 032fcc7ee0b72899405a5046e7761d71fb029c9c /app/src/lib/ui | |
| parent | 874e1572298531dde9bc1d3ccdb704af0a045605 (diff) | |
| download | sparebank1-actualbudget-fe0fe074ec8e8959bbdeff0ccc7f68d20b30e963.tar.xz sparebank1-actualbudget-fe0fe074ec8e8959bbdeff0ccc7f68d20b30e963.zip | |
WIP form
Diffstat (limited to 'app/src/lib/ui')
| -rw-r--r-- | app/src/lib/ui/button.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/lib/ui/button.svelte b/app/src/lib/ui/button.svelte index 37b1c97..ad82f57 100644 --- a/app/src/lib/ui/button.svelte +++ b/app/src/lib/ui/button.svelte @@ -24,7 +24,7 @@ cursor: pointer; display: flex; gap: 3px; - transition: 0.1s all ease; + transition: 0.075s all ease; height: fit-content; &:hover, @@ -35,7 +35,7 @@ &:active { background-color: rgba(0, 0, 0, 0.2); transform: scale(0.96); - transition: 0.2s all ease; + transition: 0.15s all ease; } } </style> |
