mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-21 07:33:49 +08:00
fix: refine theme radius options
This commit is contained in:
@@ -184,11 +184,6 @@ const radiusOptions = computed<
|
||||
value: ThemeCustomizerRadius
|
||||
}>
|
||||
>(() => [
|
||||
{
|
||||
previewRadius: '0',
|
||||
title: t('theme.customizer.radiusSquare'),
|
||||
value: 'square',
|
||||
},
|
||||
{
|
||||
previewRadius: '4px',
|
||||
title: t('theme.customizer.radiusSmall'),
|
||||
@@ -209,6 +204,11 @@ const radiusOptions = computed<
|
||||
title: t('theme.customizer.radiusExtra'),
|
||||
value: 'extra',
|
||||
},
|
||||
{
|
||||
previewRadius: '24px',
|
||||
title: t('theme.customizer.radiusHuge'),
|
||||
value: 'huge',
|
||||
},
|
||||
])
|
||||
|
||||
const layoutOptions = computed<Array<{ icon: string; title: string; value: ThemeCustomizerLayout }>>(() => [
|
||||
|
||||
Reference in New Issue
Block a user