Style calendar position
This commit is contained in:
parent
7555cc2831
commit
d83bb296c6
|
@ -43,8 +43,9 @@ const BalanceChardCard = () => {
|
||||||
<Text size={13} weight={'semibold'}>{dateRange.end ? dateRange.end.toLocaleDateString() : ' End Date'}</Text>
|
<Text size={13} weight={'semibold'}>{dateRange.end ? dateRange.end.toLocaleDateString() : ' End Date'}</Text>
|
||||||
<Icon src="/icons/edit.svg" />
|
<Icon src="/icons/edit.svg" />
|
||||||
</XStack>
|
</XStack>
|
||||||
|
{isCalendarVisible && <Calendar style={{ ...calendarStyle }} onDayClick={handleDayClick} />}
|
||||||
</XStack>
|
</XStack>
|
||||||
{isCalendarVisible && <Calendar style={{ ...calendarStyle }} onDayClick={handleDayClick} />}
|
|
||||||
<LineChart />
|
<LineChart />
|
||||||
</YStack>
|
</YStack>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
Loading…
Reference in New Issue