Bigger appconfig overlay to fit new Material preset

pull/6501/head
Cagatay Civici 2024-09-30 10:41:04 +03:00
parent f1ba9d9e10
commit 1e0091d60c
2 changed files with 5 additions and 6 deletions

View File

@ -108,7 +108,7 @@
position: absolute;
top: calc(100% + 2px);
right: 0;
width: 16rem;
width: 18rem;
padding: .75rem;
background-color: var(--overlay-background);
border-radius: 6px;
@ -135,7 +135,6 @@
display: flex;
gap: .5rem;
flex-wrap: wrap;
justify-content: space-between;
button {
border: none;

View File

@ -51,9 +51,9 @@ import Nora from '@primevue/themes/nora';
const presets = {
Aura,
Material,
Lara,
Nora,
Material
Nora
};
export default {
@ -61,9 +61,9 @@ export default {
return {
presetOptions: [
{ label: 'Aura', value: 'Aura' },
{ label: 'Material', value: 'Material' },
{ label: 'Lara', value: 'Lara' },
{ label: 'Nora', value: 'Nora' },
{ label: 'MD', value: 'Material' }
{ label: 'Nora', value: 'Nora' }
],
primaryColors: [
{ name: 'noir', palette: {} },