[fix] : select options marginal space (#8892)

Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
pull/8446/head^2
Vedant Jain 2023-05-15 15:55:33 +05:30 committed by GitHub
parent 959488910f
commit c7c282f30f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ const CalendarSwitch = (props: ICalendarSwitchProps) => {
} }
); );
return ( return (
<div className={classNames("flex flex-row items-center")}> <div className={classNames("flex flex-row items-center my-2")}>
<div className="flex pl-2"> <div className="flex pl-2">
<Switch <Switch
id={externalId} id={externalId}