Skip to content

Commit

Permalink
Adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-edge committed Jan 5, 2024
1 parent a69dbf7 commit 7ef0328
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ui4/BlogCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const BlogCard = (props: Props) => {
<EdgeText style={[textShadow, styles.titleText]} numberOfLines={1}>
{title}
</EdgeText>
<EdgeText style={[styles.bodyText, textShadow]} numberOfLines={2}>
<EdgeText style={[styles.bodyText, textShadow]} numberOfLines={2} disableFontScaling>
{body}
</EdgeText>
</View>
Expand Down
5 changes: 4 additions & 1 deletion src/components/ui4/CarouselUi4.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ export const CarouselUi4 = (props: Props) => {
lockScrollWhileSnapping
/>
<Pagination
dotContainerStyle={{ marginTop: -theme.rem(2) }}
containerStyle={{
marginTop: -theme.rem(1),
marginBottom: -theme.rem(1)
}}
dotsLength={numChildren}
activeDotIndex={activeIndex}
tappableDots
Expand Down

0 comments on commit 7ef0328

Please sign in to comment.