mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Theme change. Render custom date ranges.
This commit is contained in:
parent
4e37e10b6d
commit
039dcd96e6
9 changed files with 194 additions and 138 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue