fix availability CTA height (#20714)
This commit is contained in:
@@ -216,9 +216,9 @@ export const AvailabilityCTA = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="flex gap-2">
|
||||
<div className="flex items-center gap-2">
|
||||
<ToggleGroup
|
||||
className="min-h-10 hidden p-1 md:flex md:items-center"
|
||||
className="hidden h-fit md:block"
|
||||
defaultValue={searchParams?.get("type") ?? "mine"}
|
||||
onValueChange={(value) => {
|
||||
if (!value) return;
|
||||
|
||||
@@ -59,7 +59,7 @@ export function NewScheduleButton({
|
||||
return (
|
||||
<Dialog name={name} clearQueryParamsOnClose={["copy-schedule-id"]}>
|
||||
<DialogTrigger asChild>
|
||||
<Button variant="fab" data-testid={name} StartIcon="plus">
|
||||
<Button variant="fab" data-testid={name} StartIcon="plus" size="sm">
|
||||
{t("new")}
|
||||
</Button>
|
||||
</DialogTrigger>
|
||||
|
||||
Reference in New Issue
Block a user