mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-05-01 08:41:08 +00:00
fix: press down effect for send button
This commit is contained in:
parent
793217a2a0
commit
a3fa0f265a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
</Button>
|
</Button>
|
||||||
<RichTextInput bind:delta placeholder="Message" class="max-h-40 flex-1" />
|
<RichTextInput bind:delta placeholder="Message" class="max-h-40 flex-1" />
|
||||||
<Button
|
<Button
|
||||||
class="before:from-accent-400 before:to-accent-500 relative p-1.5 ring-0 before:absolute before:-inset-px before:rounded-[7px] before:bg-gradient-to-b before:from-40% before:ring-1 before:ring-inset before:ring-black/10"
|
class="before:from-accent-400 before:to-accent-500 duraion-200 relative p-1.5 ring-0 before:absolute before:-inset-px before:rounded-[7px] before:bg-gradient-to-b before:from-40% before:ring-1 before:ring-inset before:ring-black/10 before:transition-shadow active:before:shadow-inner"
|
||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
|
Loading…
Add table
Reference in a new issue