mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 12:17:54 +01:00
fix(Pagination): match default button size (#4350)
This commit is contained in:
@@ -111,7 +111,6 @@ import { tv } from '../utils/tv'
|
|||||||
import UButton from './Button.vue'
|
import UButton from './Button.vue'
|
||||||
|
|
||||||
const props = withDefaults(defineProps<PaginationProps>(), {
|
const props = withDefaults(defineProps<PaginationProps>(), {
|
||||||
size: 'md',
|
|
||||||
color: 'neutral',
|
color: 'neutral',
|
||||||
variant: 'outline',
|
variant: 'outline',
|
||||||
activeColor: 'primary',
|
activeColor: 'primary',
|
||||||
|
|||||||
Reference in New Issue
Block a user