Skip to content

Commit 4dd56c8

Browse files
authored
fix(Pagination): match default button size (#4350)
1 parent 6e3ec6a commit 4dd56c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/components/Pagination.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ import { tv } from '../utils/tv'
111111
import UButton from './Button.vue'
112112
113113
const props = withDefaults(defineProps<PaginationProps>(), {
114-
size: 'md',
115114
color: 'neutral',
116115
variant: 'outline',
117116
activeColor: 'primary',

0 commit comments

Comments
 (0)