Update checkbox radio colors

pull/6494/head
Cagatay Civici 2024-09-29 01:42:08 +03:00
parent 4a7675890a
commit f02f1d0bb1
2 changed files with 6 additions and 16 deletions

View File

@ -8,6 +8,9 @@ export default {
checkedHoverBackground: '{primary.color}',
disabledBackground: '{form.field.disabled.background}',
filledBackground: '{form.field.filled.background}',
borderColor: '{form.field.border.color}',
hoverBorderColor: '{form.field.hover.border.color}',
focusBorderColor: '{form.field.focus.border.color}',
checkedBorderColor: '{primary.color}',
checkedHoverBorderColor: '{primary.color}',
checkedFocusBorderColor: '{primary.color}',
@ -30,14 +33,6 @@ export default {
checkedHoverColor: '{primary.contrast.color}',
disabledColor: '{form.field.disabled.color}'
},
colorScheme: {
light: {
borderColor: '{surface.600}',
hoverBorderColor: '{surface.900}',
focusBorderColor: '{surface.900}'
},
dark: {}
},
style: ({ dt }) => `
.p-checkbox {
border-radius: 50%;

View File

@ -7,6 +7,9 @@ export default {
checkedHoverBackground: '{primary.contrast.color}',
disabledBackground: '{form.field.disabled.background}',
filledBackground: '{form.field.filled.background}',
borderColor: '{form.field.border.color}',
hoverBorderColor: '{form.field.hover.border.color}',
focusBorderColor: '{form.field.focus.border.color}',
checkedBorderColor: '{primary.color}',
checkedHoverBorderColor: '{primary.color}',
checkedFocusBorderColor: '{primary.color}',
@ -28,14 +31,6 @@ export default {
checkedHoverColor: '{primary.color}',
disabledColor: '{form.field.disabled.color}'
},
colorScheme: {
light: {
borderColor: '{surface.600}',
hoverBorderColor: '{surface.900}',
focusBorderColor: '{surface.900}'
},
dark: {}
},
style: ({ dt }) => `
.p-radiobutton {
border-radius: 50%;