mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Merge pull request #3243 from inaturalist/mob-648-carousel-titles-should-be-center-aligned
center align carousel title text
This commit is contained in:
@@ -54,7 +54,7 @@ const SlideItem = props => {
|
||||
height={item.iconProps.height}
|
||||
/>
|
||||
)}
|
||||
<Heading1 className="text-white mt-[30px]">
|
||||
<Heading1 className="text-white mt-[30px] text-center">
|
||||
{item.title}
|
||||
</Heading1>
|
||||
<Body1 className="text-center text-white mt-[20px]">
|
||||
|
||||
Reference in New Issue
Block a user