スタイルの微調整
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -117,7 +117,7 @@ export const TrainIconStatus: FC<Props> = ({ data, navigate, from }) => {
|
||||
) : (
|
||||
<Ionicons
|
||||
{...anpanmanStatus}
|
||||
size={30}
|
||||
size={24}
|
||||
style={{ marginRight: 5 }}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user