mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-23 09:49:17 +00:00
feat: style content structure and use table
This commit is contained in:
parent
5d3968ccf2
commit
5946fcda6b
@ -1,7 +1,23 @@
|
||||
import { YStack } from 'tamagui'
|
||||
|
||||
import ManagementTable from './ManagementTable'
|
||||
|
||||
const ValidatorManagementContent = () => {
|
||||
return <YStack></YStack>
|
||||
return (
|
||||
<YStack
|
||||
space="$4"
|
||||
alignItems="start"
|
||||
px="24px"
|
||||
minWidth="500px"
|
||||
width="50vh"
|
||||
style={{
|
||||
flexGrow: '1',
|
||||
overflowY: 'auto',
|
||||
}}
|
||||
>
|
||||
<ManagementTable />
|
||||
</YStack>
|
||||
)
|
||||
}
|
||||
|
||||
export default ValidatorManagementContent
|
||||
|
Loading…
x
Reference in New Issue
Block a user