forked from Github/frigate
UI tweaks for screen sizes (#11155)
* Make bottom bar items easier to tap * Set max height on list of cameras and labels * remove incorrect character Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> --------- Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
@@ -66,10 +66,10 @@ import {
|
||||
DialogTrigger,
|
||||
} from "../ui/dialog";
|
||||
|
||||
type GeneralSettings = {
|
||||
type GeneralSettingsProps = {
|
||||
className?: string;
|
||||
};
|
||||
export default function GeneralSettings({ className }: GeneralSettings) {
|
||||
export default function GeneralSettings({ className }: GeneralSettingsProps) {
|
||||
const { theme, colorScheme, setTheme, setColorScheme } = useTheme();
|
||||
const [restartDialogOpen, setRestartDialogOpen] = useState(false);
|
||||
const [restartingSheetOpen, setRestartingSheetOpen] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user