mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 09:34:40 +00:00
Style filter
This commit is contained in:
parent
d5d4d54706
commit
066ee71fb3
@ -2,6 +2,7 @@ import { Stack, XStack, YStack } from "tamagui";
|
||||
import DashboardCardWrapper from "../DashboardCardWrapper";
|
||||
import { Text } from "@status-im/components";
|
||||
import LineChart from "./LineChart";
|
||||
import Icon from "../../../components/General/Icon";
|
||||
|
||||
|
||||
const BalanceChardCard = () => {
|
||||
@ -18,9 +19,10 @@ const BalanceChardCard = () => {
|
||||
<Text size={11} color="#23ADA0" >1.56%</Text>
|
||||
</XStack>
|
||||
</YStack>
|
||||
<XStack style={{ border: '1px solid black', height: 'fit-content', padding: '3px', borderRadius: '15px' }}>
|
||||
<Text size={13}>01 APR 2022</Text>
|
||||
<Text size={13}> → 31 MAR 2023</Text>
|
||||
<XStack style={{ border: '2px solid #09101C14', height: 'fit-content', padding: '3px', borderRadius: '10px' }}>
|
||||
<Text size={13} weight={'semibold'}>01 APR 2022</Text>
|
||||
<Text size={13} weight={'semibold'}> → 31 MAR 2023</Text>
|
||||
<Icon src="/icons/edit.svg" ></Icon>
|
||||
</XStack>
|
||||
</XStack>
|
||||
<LineChart />
|
||||
|
Loading…
x
Reference in New Issue
Block a user