From 05e2e44c05d379c29f7f4eba53b9c82038be39b1 Mon Sep 17 00:00:00 2001 From: Sophie Date: Thu, 2 Feb 2023 13:59:40 +0000 Subject: [PATCH] Changeset and remove a comment --- .changeset/healthy-apples-kick.md | 5 +++++ .../src/tabs/Tabs.stories.tsx | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changeset/healthy-apples-kick.md diff --git a/.changeset/healthy-apples-kick.md b/.changeset/healthy-apples-kick.md new file mode 100644 index 000000000..1c5278d29 --- /dev/null +++ b/.changeset/healthy-apples-kick.md @@ -0,0 +1,5 @@ +--- +'@guardian/source-react-components-development-kitchen': patch +--- + +Updates the tab styling so that single tabs get 2 rounded corners diff --git a/libs/@guardian/source-react-components-development-kitchen/src/tabs/Tabs.stories.tsx b/libs/@guardian/source-react-components-development-kitchen/src/tabs/Tabs.stories.tsx index 12840926a..1417c845d 100644 --- a/libs/@guardian/source-react-components-development-kitchen/src/tabs/Tabs.stories.tsx +++ b/libs/@guardian/source-react-components-development-kitchen/src/tabs/Tabs.stories.tsx @@ -54,7 +54,6 @@ const tabs = (): ReactElement => { ); }; const singleTab = (): ReactElement => { - // const [selectedTab, setSelectedTab] = useState('cat'); return (