mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Tokens for BlockUI
This commit is contained in:
parent
c511eff719
commit
83dae35d94
3 changed files with 11 additions and 3 deletions
|
@ -6,7 +6,7 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-blockui-mask {
|
||||
border-radius: ${dt('border.radius.md')};
|
||||
border-radius: ${dt('blockui.border.radius')};
|
||||
}
|
||||
|
||||
.p-blockui-mask.p-component-overlay {
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
export default {};
|
||||
export default {
|
||||
root: {
|
||||
borderRadius: '{content.border.radius}'
|
||||
}
|
||||
};
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
export default {};
|
||||
export default {
|
||||
root: {
|
||||
borderRadius: '{content.border.radius}'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue