Skip to content

Commit 251ff1a

Browse files
fix(frontend): fixes component size on IPhone (#4947)
# Motivation The new send form displays the amount component too big on iPhone. # Tests **before:** ![image](https://github.com/user-attachments/assets/687aa0c7-edc8-4717-8f55-1f055e4e6b61) **after:** ![image](https://github.com/user-attachments/assets/48a07eb3-bdde-4c38-af94-619e6705438f)
1 parent 1217385 commit 251ff1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/lib/components/tokens/TokenInput.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</script>
6767

6868
<div
69-
class="rounded-lg border border-solid p-5 text-left transition first:mb-2"
69+
class="rounded-lg border border-solid p-5 text-left duration-300 first:mb-2"
7070
class:bg-brand-subtle-10={focused}
7171
class:border-brand-subtle-20={focused}
7272
class:bg-secondary={!focused}

0 commit comments

Comments
 (0)