correction of position on 'Adding events to' button (#8290)
* correction to position * Update apps/web/components/settings/CalendarSwitch.tsx --------- Co-authored-by: Peer Richelsen <peer@cal.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
co-authored by
Peer Richelsen
Peer Richelsen
parent
e1ea2cb532
commit
5fd7d63388
@@ -75,8 +75,8 @@ export function CalendarSwitch(props: {
|
||||
/>
|
||||
{props.defaultSelected && (
|
||||
<Badge variant="gray">
|
||||
<div className="flex">
|
||||
<ArrowLeft className="text-default mr-1" /> {t("adding_events_to")}
|
||||
<div className="flex items-center">
|
||||
<ArrowLeft className="text-default mr-1 h-4 w-4" /> {t("adding_events_to")}
|
||||
</div>
|
||||
</Badge>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user