Theme change. Render custom date ranges.

This commit is contained in:
Mike Cao 2025-04-30 19:54:24 -07:00
parent 4e37e10b6d
commit 039dcd96e6
9 changed files with 194 additions and 138 deletions

View file

@ -64,7 +64,7 @@ export function DatePickerForm({
<Row justifyContent="end" gap>
<Button onPress={onClose}>{formatMessage(labels.cancel)}</Button>
<Button variant="primary" onPress={handleSave} isDisabled={disabled}>
{formatMessage(labels.save)}
{formatMessage(labels.apply)}
</Button>
</Row>
</Column>

View file

@ -25,8 +25,8 @@ export function FilterBar({ websiteId }: { websiteId: string }) {
return (
<Row
gap="3"
backgroundColor="2"
gap
backgroundColor="1"
alignItems="center"
justifyContent="space-between"
paddingY="3"