From 3e9257107834b67ccaad6f3a00df2691bcbf2c42 Mon Sep 17 00:00:00 2001 From: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Date: Fri, 9 Sep 2022 12:18:15 +0100 Subject: [PATCH] Add rounded-none to combined buttons by default (#4330) * Add rounded-none to combined buttons by default * Remove combined Co-authored-by: Peer Richelsen --- apps/storybook/stories/ButtonGroup.stories.tsx | 11 ++++++----- .../components/v2/eventtype/EventTypeSingleLayout.tsx | 4 +--- .../ee/routing_forms/components/SingleForm.tsx | 8 +------- packages/ui/v2/core/ButtonGroup.tsx | 2 +- 4 files changed, 9 insertions(+), 16 deletions(-) diff --git a/apps/storybook/stories/ButtonGroup.stories.tsx b/apps/storybook/stories/ButtonGroup.stories.tsx index 17309c92de..d86b019dcc 100644 --- a/apps/storybook/stories/ButtonGroup.stories.tsx +++ b/apps/storybook/stories/ButtonGroup.stories.tsx @@ -28,13 +28,14 @@ export const Default = () => ( export const Combined = () => (
-
); diff --git a/apps/web/components/v2/eventtype/EventTypeSingleLayout.tsx b/apps/web/components/v2/eventtype/EventTypeSingleLayout.tsx index 4e9fb84645..5fc7b0ee3b 100644 --- a/apps/web/components/v2/eventtype/EventTypeSingleLayout.tsx +++ b/apps/web/components/v2/eventtype/EventTypeSingleLayout.tsx @@ -184,7 +184,6 @@ function EventTypeSingleLayout({ href={permalink} rel="noreferrer" StartIcon={Icon.FiExternalLink} - combined /> @@ -200,12 +199,11 @@ function EventTypeSingleLayout({ }} /> {/* TODO: Implement embed here @hariom */} - {/*