|
|
@@ -190,9 +190,9 @@ const SiteLogo = ({
|
|
|
]}
|
|
|
>
|
|
|
<Text
|
|
|
+ customColor={titleCustomColor ? colors.project[titleCustomColor] : undefined}
|
|
|
variant={titleVariant ? titleVariant : currentSize.titleSize}
|
|
|
color={titleColor ? titleColor : "high"}
|
|
|
- customColor={titleCustomColor}
|
|
|
ellipsizeMode="tail"
|
|
|
numberOfLines={1}
|
|
|
style={{
|
|
|
@@ -204,9 +204,9 @@ const SiteLogo = ({
|
|
|
{
|
|
|
subTitle ?
|
|
|
<Text
|
|
|
+ customColor={subTitleCustomColor ? colors.project[subTitleCustomColor] : undefined}
|
|
|
variant={subTitleVariant ? subTitleVariant : currentSize.subTitleSize}
|
|
|
color={subTitleColor ? subTitleColor : "low"}
|
|
|
- customColor={subTitleCustomColor}
|
|
|
ellipsizeMode="tail"
|
|
|
numberOfLines={1}
|
|
|
style={{
|