fix(ui): fix missing space between rounded-lg and transition-all in Button class

This commit is contained in:
2026-04-22 14:55:19 -04:00
parent 7c85e54b26
commit 7ca818da5a
5 changed files with 153 additions and 64 deletions
-1
View File
@@ -16,7 +16,6 @@ export {
} from './LoadingState';
export { default as Loading } from './Loading';
export { default as Modal } from './Modal';
export { default as Pagination } from './Pagination';
export { default as Select } from './Select';
export { default as StatCard } from './StatCard';
export { default as Table } from './Table';