pull/6768/head
tugcekucukoglu 2024-11-12 10:33:17 +03:00
parent 06db2ff7c2
commit 6df36053e0
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
import BaseStyle from '@primevue/core/base/style';
const theme = ({ dt }) => `
.p-buttongroup {
display: inline-flex;
}
.p-buttongroup .p-button {
margin: 0;
}