mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 12:23:51 +00:00
feat: implement speed controls
This commit is contained in:
@@ -16,6 +16,7 @@ import { ontimeMenuOnDark } from './ontimeMenu';
|
||||
import { ontimeModal } from './ontimeModal';
|
||||
import { ontimeBlockRadio, ontimeRadio } from './ontimeRadio';
|
||||
import { ontimeSelect } from './ontimeSelect';
|
||||
import { ontimeHighlightSlider, ontimeSlider } from './ontimeSlider';
|
||||
import { ontimeSwitch } from './ontimeSwitch';
|
||||
import { ontimeTab } from './ontimeTab';
|
||||
import {
|
||||
@@ -140,6 +141,12 @@ const theme = extendTheme({
|
||||
ontime: { ...ontimeSelect },
|
||||
},
|
||||
},
|
||||
Slider: {
|
||||
variants: {
|
||||
ontime: { ...ontimeSlider },
|
||||
'ontime-highlight': { ...ontimeHighlightSlider },
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user