diff --git a/components/発車時刻表/LED_vidion.js b/components/発車時刻表/LED_vidion.js
index fb628c0..fb1a4bc 100644
--- a/components/発車時刻表/LED_vidion.js
+++ b/components/発車時刻表/LED_vidion.js
@@ -476,41 +476,27 @@ const LastStation = ({ lastStation }) => {
);
};
+const descriptionStyle = {
+ fontSize: parseInt("16%"),
+ fontWeight: "bold",
+};
+
const DependTime = ({ time }) => (
-
- {time}
-
+ {time}
);
const StatusAndDelay = ({ trainDelayStatus }) => {
return (
-
+
{trainDelayStatus}
);
};
-const descriptionStyle = {
- fontSize: parseInt("16%"),
- fontWeight: "bold",
-};
const Description = ({ info, numberOfLines = 0, onClick }) => (