mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
SpeedDial fix
This commit is contained in:
parent
8311a52c67
commit
2040e2e09b
1 changed files with 1 additions and 1 deletions
|
@ -771,7 +771,7 @@ export default {
|
|||
}),
|
||||
button: {
|
||||
root: ({ parent }) => ({
|
||||
class: ['w-16 h-16 min-[0px]:rounded-[50%] justify-center z-10', { 'rotate-45': parent.state.d_visible }]
|
||||
class: ['w-16 !h-16 !rounded-full justify-center z-10', { 'rotate-45': parent.state.d_visible }]
|
||||
}),
|
||||
label: {
|
||||
class: 'hidden'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue