Enhance HomePage: bold start and end date labels for better visibility

This commit is contained in:
2025-11-21 23:34:30 +01:00
parent c6571033b0
commit 8ce882a745

View File

@@ -63,7 +63,9 @@ export const HomePage = () => {
<Stack as="main">
<Text>{t("timezone-info")}</Text>
<label htmlFor="startDate">
<strong>
<Text>{t("start-date")}</Text>
</strong>
</label>
<Input
id="startDate"
@@ -73,7 +75,9 @@ export const HomePage = () => {
onChange={(e) => setStartDate(e.target.value)}
/>
<label htmlFor="endDate">
<strong>
<Text>{t("end-date")}</Text>
</strong>
</label>
<Input
id="endDate"