[#18929] fix: no bottom space under the join button (#18987)

This commit is contained in:
Mohsen 2024-03-08 19:24:02 +03:00 committed by GitHub
parent b3bebe1859
commit 7a6714eeb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
(defn bottom-actions
[]
{:padding-top 12
{:padding-vertical 12
:padding-horizontal screen-horizontal-padding
:background-color (colors/theme-colors colors/white colors/neutral-95)})