mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
adjust default title styling on grid carousel
This commit is contained in:
@@ -125,7 +125,9 @@ export function GridCarousel(props: GridCarouselProps) {
|
|||||||
<>
|
<>
|
||||||
<div className={styles.navigation}>
|
<div className={styles.navigation}>
|
||||||
{typeof title === 'string' ? (
|
{typeof title === 'string' ? (
|
||||||
<TextTitle order={4}>{title}</TextTitle>
|
<TextTitle fw={700} order={3}>
|
||||||
|
{title}
|
||||||
|
</TextTitle>
|
||||||
) : (
|
) : (
|
||||||
title
|
title
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user