スタイルの微調整

This commit is contained in:
harukin-expo-dev-env
2025-08-24 03:43:41 +00:00
parent 8792d3a770
commit fd699c8150
2 changed files with 4 additions and 4 deletions

View File

@@ -168,15 +168,15 @@ export const HeaderText: FC<Props> = ({
{typeName}
</Text>
{isOneMan && <OneManText />}
<Text style={textConfig}>{trainName}</Text>
<Text style={{...textConfig,...trainName.length >10 ?{fontSize:14}:{} }}>{trainName}</Text>
<InfogramText infogram={infogram} />
{trainInfoUrl && (
{/* {trainInfoUrl && (
<MaterialCommunityIcons
name={"open-in-new"}
color="white"
size={15}
/>
)}
)} */}
</TouchableOpacity>
{isEdit && (
<FontAwesome

View File

@@ -117,7 +117,7 @@ export const TrainIconStatus: FC<Props> = ({ data, navigate, from }) => {
) : (
<Ionicons
{...anpanmanStatus}
size={30}
size={24}
style={{ marginRight: 5 }}
/>
)}