fix: carousel text overflow (#17293)
This commit is contained in:
parent
95e0715163
commit
f2366219a3
|
@ -18,7 +18,7 @@
|
||||||
[window-width]
|
[window-width]
|
||||||
{:flex-direction :column
|
{:flex-direction :column
|
||||||
:width window-width
|
:width window-width
|
||||||
:padding-left 20})
|
:padding-horizontal 20})
|
||||||
|
|
||||||
(def carousel-text
|
(def carousel-text
|
||||||
{:color colors/white})
|
{:color colors/white})
|
||||||
|
|
Loading…
Reference in New Issue