mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
💄 Very minor fix the the AppShelf UI
This commit is contained in:
@@ -18,8 +18,11 @@ import { SortableAppShelfItem, AppShelfItem } from './AppShelfItem';
|
||||
import { ModuleWrapper } from '../modules/moduleWrapper';
|
||||
import { DownloadsModule } from '../modules';
|
||||
|
||||
const useStyles = createStyles((theme, _) => ({
|
||||
const useStyles = createStyles((theme, _params) => ({
|
||||
|
||||
item: {
|
||||
borderBottom: 0,
|
||||
overflow: 'hidden',
|
||||
border: '1px solid transparent',
|
||||
borderRadius: theme.radius.lg,
|
||||
marginTop: theme.spacing.md,
|
||||
@@ -28,6 +31,7 @@ const useStyles = createStyles((theme, _) => ({
|
||||
itemOpened: {
|
||||
borderColor: theme.colorScheme === 'dark' ? theme.colors.dark[5] : theme.colors.gray[3],
|
||||
},
|
||||
|
||||
}));
|
||||
|
||||
const AppShelf = (props: any) => {
|
||||
|
||||
Reference in New Issue
Block a user