mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-25 11:56:31 +02:00
Migrate to Mantine v8 and Design Changes (#961)
* mantine v8 migration * various design changes and improvements
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Divider } from '@mantine/core';
|
||||
import { ReactNode } from 'react';
|
||||
|
||||
import { SettingsOptions } from '/@/renderer/features/settings/components/settings-option';
|
||||
import { useSettingSearchContext } from '/@/renderer/features/settings/context/search-context';
|
||||
import { Divider } from '/@/shared/components/divider/divider';
|
||||
|
||||
export type SettingOption = {
|
||||
control: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user