mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Tokens for Toolbar
This commit is contained in:
parent
eba44019f6
commit
25b00921bf
3 changed files with 25 additions and 5 deletions
|
@ -6,12 +6,12 @@ const theme = ({ dt }) => `
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
padding: 0.75rem;
|
||||
padding: ${dt('toolbar.padding')};
|
||||
background: ${dt('toolbar.background')};
|
||||
border: 1px solid ${dt('toolbar.border.color')};
|
||||
color: ${dt('toolbar.color')};
|
||||
border-radius: ${dt('border.radius.md')};
|
||||
gap: 0.5rem;
|
||||
border-radius: ${dt('toolbar.border.radius')};
|
||||
gap: ${dt('toolbar.gap')};
|
||||
}
|
||||
|
||||
.p-toolbar-start,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue