fix: carousel text overflow (#17293)

This commit is contained in:
BalogunofAfrica 2023-09-19 09:15:50 +01:00 committed by GitHub
parent 95e0715163
commit f2366219a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@
(defn header-text-view
[window-width]
{:flex-direction :column
:width window-width
:padding-left 20})
{:flex-direction :column
:width window-width
:padding-horizontal 20})
(def carousel-text
{:color colors/white})