Skip to content

Commit

Permalink
Merge pull request #400 from guardian/sophie-m/changeset
Browse files Browse the repository at this point in the history
Source - Include a changeset for the recent Tabs styling change
  • Loading branch information
sophie-macmillan authored Feb 2, 2023
2 parents 5b14a20 + 05e2e44 commit 73fca7f
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 73fca7f

Please sign in to comment.