mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 18:30:35 +01:00
feat(components): uniformize colors and variants (#141)
This commit is contained in:
@@ -105,9 +105,9 @@ import { reactivePick } from '@vueuse/core'
|
||||
import { useAppConfig } from '#imports'
|
||||
|
||||
const props = withDefaults(defineProps<PaginationProps>(), {
|
||||
color: 'white',
|
||||
activeColor: 'black',
|
||||
variant: 'solid',
|
||||
color: 'gray',
|
||||
activeColor: 'primary',
|
||||
variant: 'outline',
|
||||
activeVariant: 'solid',
|
||||
showControls: true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user