Improve styles for tabs

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-06-29 20:59:37 +01:00
parent b0a6c8e6e2
commit f0e6f06cbf
2 changed files with 12 additions and 2 deletions
@@ -84,6 +84,7 @@
border-radius: var(--canon-radius-2);
border: 1px solid var(--canon-border);
margin-top: 8px;
overflow: hidden;
/* Initialize CSS variables */
--active-tab-left: 0px;
@@ -27,10 +27,19 @@ type Story = StoryObj<typeof meta>;
const tabs = [
{
label: 'Home',
label: 'Overview',
},
{
label: 'About',
label: 'Checks',
},
{
label: 'Tracks',
},
{
label: 'Campaigns',
},
{
label: 'Integrations',
},
];