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>
|
||||
<Icon src="/icons/edit.svg" />
|
||||
</XStack>
|
||||
{isCalendarVisible && <Calendar style={{ ...calendarStyle }} onDayClick={handleDayClick} />}
|
||||
</XStack>
|
||||
{isCalendarVisible && <Calendar style={{ ...calendarStyle }} onDayClick={handleDayClick} />}
|
||||
|
||||
<LineChart />
|
||||
</YStack>
|
||||
</Stack>
|
||||
|
|
Loading…
Reference in New Issue