mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-03 15:13:38 +00:00
fix design of calendar button
This commit is contained in:
parent
e749ecc76e
commit
2a9f4d9b63
@ -34,7 +34,7 @@ const LineChart = ({ years, userGains }: LineChartProps) => {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
return <Line options={data.options} data={data} style={{ width: 'max-content' }} />
|
return <Line options={data.options} data={data} />
|
||||||
}
|
}
|
||||||
|
|
||||||
export default LineChart
|
export default LineChart
|
||||||
|
@ -17,7 +17,7 @@ import MemoryCard from './MemoryCard/MemoryCard'
|
|||||||
|
|
||||||
const Dashboard = () => {
|
const Dashboard = () => {
|
||||||
return (
|
return (
|
||||||
<YStack minHeight={'100vh'} maxWidth={'100vw'}>
|
<YStack maxHeight={'100vh'} maxWidth={'100vw'}>
|
||||||
<XStack justifyContent={'space-between'}>
|
<XStack justifyContent={'space-between'}>
|
||||||
<LeftSidebar />
|
<LeftSidebar />
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ const Dashboard = () => {
|
|||||||
space={'$4'}
|
space={'$4'}
|
||||||
alignItems="start"
|
alignItems="start"
|
||||||
px="24px"
|
px="24px"
|
||||||
style={{ flexGrow: '1', marginTop: '16px' }}
|
style={{ flexGrow: '1', marginTop: '16px', overflowY: 'scroll' }}
|
||||||
>
|
>
|
||||||
<TitleLogo />
|
<TitleLogo />
|
||||||
<XStack space={'$4'} justifyContent={'space-between'} width={'100%'}>
|
<XStack space={'$4'} justifyContent={'space-between'} width={'100%'}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user