mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Style scrollbars.
This commit is contained in:
parent
14802afe8b
commit
17601c4dea
8 changed files with 56 additions and 15 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Button, Icon, Tooltip, PopupTrigger, Popup, Form, FormRow } from 'react-basics';
|
||||
import { Button, Icon, PopupTrigger, Popup, Form, FormRow } from 'react-basics';
|
||||
import TimezoneSetting from 'components/pages/settings/profile/TimezoneSetting';
|
||||
import DateRangeSetting from 'components/pages/settings/profile/DateRangeSetting';
|
||||
import Icons from 'components/icons';
|
||||
|
|
@ -10,13 +10,11 @@ export default function SettingsButton() {
|
|||
|
||||
return (
|
||||
<PopupTrigger>
|
||||
<Tooltip label={formatMessage(labels.settings)} position="bottom">
|
||||
<Button variant="quiet">
|
||||
<Icon>
|
||||
<Icons.Gear />
|
||||
</Icon>
|
||||
</Button>
|
||||
</Tooltip>
|
||||
<Button variant="quiet">
|
||||
<Icon>
|
||||
<Icons.Gear />
|
||||
</Icon>
|
||||
</Button>
|
||||
<Popup
|
||||
className={styles.popup}
|
||||
position="bottom"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue