align text "Date overrides" with corresponding svg (#8819)

Co-authored-by: Alex van Andel <me@alexvanandel.com>
This commit is contained in:
Ashray Shetty 2023-05-11 09:15:14 +05:30 committed by GitHub
parent 97cfd1ffa7
commit 740c01ac29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ const DateOverride = ({ workingHours }: { workingHours: WorkingHours[] }) => {
<h3 className="text-emphasis font-medium leading-6">
{t("date_overrides")}{" "}
<Tooltip content={t("date_overrides_info")}>
<span className="inline-block">
<span className="inline-block align-middle">
<Info className="h-4 w-4" />
</span>
</Tooltip>