Enhance HomePage: bold start and end date labels for better visibility
This commit is contained in:
@@ -63,7 +63,9 @@ export const HomePage = () => {
|
|||||||
<Stack as="main">
|
<Stack as="main">
|
||||||
<Text>{t("timezone-info")}</Text>
|
<Text>{t("timezone-info")}</Text>
|
||||||
<label htmlFor="startDate">
|
<label htmlFor="startDate">
|
||||||
|
<strong>
|
||||||
<Text>{t("start-date")}</Text>
|
<Text>{t("start-date")}</Text>
|
||||||
|
</strong>
|
||||||
</label>
|
</label>
|
||||||
<Input
|
<Input
|
||||||
id="startDate"
|
id="startDate"
|
||||||
@@ -73,7 +75,9 @@ export const HomePage = () => {
|
|||||||
onChange={(e) => setStartDate(e.target.value)}
|
onChange={(e) => setStartDate(e.target.value)}
|
||||||
/>
|
/>
|
||||||
<label htmlFor="endDate">
|
<label htmlFor="endDate">
|
||||||
|
<strong>
|
||||||
<Text>{t("end-date")}</Text>
|
<Text>{t("end-date")}</Text>
|
||||||
|
</strong>
|
||||||
</label>
|
</label>
|
||||||
<Input
|
<Input
|
||||||
id="endDate"
|
id="endDate"
|
||||||
|
|||||||
Reference in New Issue
Block a user