mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 03:50:40 +00:00
fix infoCards
This commit is contained in:
parent
0f4f9c648f
commit
d23d5d23ce
@ -10,7 +10,7 @@ type BasicInfoCardProps = {
|
||||
|
||||
const BasicInfoCard = ({ title, value }: BasicInfoCardProps) => {
|
||||
return (
|
||||
<DashboardCardWrapper width="205px" height="80px">
|
||||
<DashboardCardWrapper >
|
||||
<YStack>
|
||||
<Text size={15} weight={'semibold'}>
|
||||
{title}
|
||||
|
@ -10,6 +10,7 @@ const BasicInfoCards = () => {
|
||||
flexDirection: 'row',
|
||||
flexWrap: 'wrap',
|
||||
gap: '1vw',
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
<BasicInfoCard title="Active Validators" value="6" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user