Improve styles for tabs
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -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',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user