mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Migrated tag and terminal
This commit is contained in:
parent
45b8c58186
commit
aa4b10bd4c
6 changed files with 202 additions and 2 deletions
|
@ -2,6 +2,10 @@ export default {
|
|||
variables: {
|
||||
colorScheme: {
|
||||
light: {
|
||||
primary: {
|
||||
background: '{primary.color}',
|
||||
textColor: '{primary.inverseColor}'
|
||||
},
|
||||
secondary: {
|
||||
background: '{surface.100}',
|
||||
textColor: '{surface.600}'
|
||||
|
@ -28,6 +32,10 @@ export default {
|
|||
}
|
||||
},
|
||||
dark: {
|
||||
primary: {
|
||||
background: '{primary.color}',
|
||||
textColor: '{primary.inverseColor}'
|
||||
},
|
||||
secondary: {
|
||||
background: '{surface.800}',
|
||||
textColor: '{surface.300}'
|
||||
|
@ -61,8 +69,8 @@ export default {
|
|||
border-radius: 10px;
|
||||
justify-content: center;
|
||||
padding: 0 0.5rem;
|
||||
background: var(--p-primary-color);
|
||||
color: var(--p-primary-inverse-color);
|
||||
background: var(--p-badge-primary-background);
|
||||
color: var(--p-badge-primary-text-color);
|
||||
font-size: 0.75rem;
|
||||
font-weight: 700;
|
||||
min-width: 1.5rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue