mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-23 09:49:17 +00:00
feat: add margin to tabs
This commit is contained in:
parent
eae4fd65ac
commit
cb34ce4bb6
@ -37,7 +37,7 @@ const ManagementTabs = () => {
|
||||
|
||||
return (
|
||||
<Tabs defaultValue="active">
|
||||
<Stack style={{ cursor: 'pointer', width: 'fit-content' }}>
|
||||
<Stack style={{ cursor: 'pointer', width: 'fit-content', margin: '16px 0' }}>
|
||||
<Tabs.List size={32}>
|
||||
{VALIDATOR_TABS.map(tab => (
|
||||
<Tabs.Trigger key={tab.value} type="default" value={tab.value}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user