Skip to content

Commit

Permalink
Merge branch 'main' into ravi/loadscript-add-metadata-to-error
Browse files Browse the repository at this point in the history
  • Loading branch information
arelra authored Feb 2, 2023
2 parents 915fa7d + 73fca7f commit c089271
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/healthy-apples-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@guardian/source-react-components-development-kitchen': patch
---

Updates the tab styling so that single tabs get 2 rounded corners
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const tabs = (): ReactElement => {
);
};
const singleTab = (): ReactElement => {
// const [selectedTab, setSelectedTab] = useState('cat');
return (
<Tabs
tabsLabel="Pets"
Expand Down

0 comments on commit c089271

Please sign in to comment.