Updated speeddial tokens
parent
3be07eca1d
commit
438440072f
|
@ -4,13 +4,11 @@ const theme = ({ dt }) => `
|
|||
.p-speeddial {
|
||||
position: static;
|
||||
display: flex;
|
||||
gap: 0.25rem;
|
||||
gap: ${dt('speeddial.gap')};
|
||||
}
|
||||
|
||||
.p-speeddial-button {
|
||||
z-index: 1;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
}
|
||||
|
||||
.p-speeddial-button.p-speeddial-rotate {
|
||||
|
@ -30,7 +28,7 @@ const theme = ({ dt }) => `
|
|||
pointer-events: none;
|
||||
outline: 0 none;
|
||||
z-index: 2;
|
||||
gap: 0.25rem;
|
||||
gap: ${dt('speeddial.gap')};
|
||||
}
|
||||
|
||||
.p-speeddial-item {
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
export default {};
|
||||
export default {
|
||||
root: {
|
||||
gap: '0.5rem'
|
||||
}
|
||||
};
|
||||
|
|
|
@ -5,7 +5,7 @@ export default {
|
|||
gap: '0.5rem',
|
||||
paddingX: '{form.field.padding.x}',
|
||||
paddingY: '{form.field.padding.y}',
|
||||
iconOnlyWidth: '2.5rem',
|
||||
iconOnlyWidth: '2.75rem',
|
||||
sm: {
|
||||
fontSize: '0.875rem',
|
||||
paddingX: '0.625rem',
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
export default {};
|
||||
export default {
|
||||
root: {
|
||||
gap: '0.5rem'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue