pull/6711/head
tugcekucukoglu 2024-11-01 13:59:13 +03:00
parent 20e0fee7a9
commit bb69f2f40b
5 changed files with 9 additions and 4 deletions

View File

@ -154,6 +154,7 @@ const theme = ({ dt }) => `
.p-stepitem .p-steppanel-content {
width: 100%;
padding: ${dt('stepper.steppanel.padding')};
margin-inline-start: 1rem;
}
.p-stepitem .p-steppanel {

View File

@ -48,6 +48,7 @@ export default {
steppanel: {
background: '{content.background}',
color: '{content.color}',
padding: '0 0 0 1rem'
padding: '0',
indent: '1rem'
}
};

View File

@ -48,6 +48,7 @@ export default {
steppanel: {
background: '{content.background}',
color: '{content.color}',
padding: '0 0 0 1rem'
padding: '0',
indent: '1rem'
}
};

View File

@ -45,7 +45,8 @@ export default {
steppanel: {
background: '{content.background}',
color: '{content.color}',
padding: '0 0 0 1rem'
padding: '0',
indent: '1rem'
},
colorScheme: {
light: {

View File

@ -48,6 +48,7 @@ export default {
steppanel: {
background: '{content.background}',
color: '{content.color}',
padding: '0 0 0 1rem'
padding: '0',
indent: '1rem'
}
};