mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #5667 - Remove base option from theme config
This commit is contained in:
parent
6d688ef675
commit
0979dde96d
438 changed files with 10872 additions and 11957 deletions
46
components/lib/themes/aura/stepper/index.js
Normal file
46
components/lib/themes/aura/stepper/index.js
Normal file
|
@ -0,0 +1,46 @@
|
|||
export default {
|
||||
colorScheme: {
|
||||
light: {
|
||||
connector: {
|
||||
background: '{surface.200}',
|
||||
activeBackground: '{primary.color}'
|
||||
},
|
||||
title: {
|
||||
color: '{surface.700}',
|
||||
activeColor: '{primary.color}'
|
||||
},
|
||||
marker: {
|
||||
background: '{surface.0}',
|
||||
activeBackground: '{surface.0}',
|
||||
borderColor: '{surface.200}',
|
||||
color: '{surface.500}',
|
||||
activeColor: '{primary.color}'
|
||||
},
|
||||
content: {
|
||||
background: '{surface.0}',
|
||||
color: '{surface.700}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
connector: {
|
||||
background: '{surface.700}',
|
||||
activeBackground: '{primary.color}'
|
||||
},
|
||||
title: {
|
||||
color: '{surface.0}',
|
||||
activeColor: '{primary.color}'
|
||||
},
|
||||
marker: {
|
||||
background: '{surface.900}',
|
||||
activeBackground: '{surface.900}',
|
||||
borderColor: '{surface.700}',
|
||||
color: '{surface.400}',
|
||||
activeColor: '{primary.color}'
|
||||
},
|
||||
content: {
|
||||
background: '{surface.900}',
|
||||
color: '{surface.0}'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue