Skip to content

Commit 15a6c3f

Browse files
committed
refactor: change pagination style
1 parent b832961 commit 15a6c3f

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

app/app.config.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ export default defineAppConfig({
8484
color: '#fafafa', // theme.colors.zinc[50]
8585
textColor: '#3f3f46', // theme.colors.zinc[700]
8686
},
87-
Pagination: {
88-
itemColorActiveHover: '#2563eb', // theme.colors.blue[600]
89-
itemColorActive: '#2563eb', // theme.colors.blue[600]
90-
itemTextColorActive: '#fff', // theme.colors.white
91-
},
9287
Divider: {
9388
color: '#e4e4e7', // theme.colors.zinc[200]
9489
},
@@ -141,11 +136,6 @@ export default defineAppConfig({
141136
List: {
142137
color: '#18181b', // theme.colors.zinc[900]
143138
},
144-
Pagination: {
145-
itemColorActiveHover: '#60a5fa', // theme.colors.blue[400]
146-
itemColorActive: '#60a5fa', // theme.colors.blue[400]
147-
itemTextColorActive: '#18181b', // theme.colors.zinc[900]
148-
},
149139
Layout: {
150140
siderColor: '#18181b', // theme.colors.zinc[900]
151141
headerColor: '#18181b', // theme.colors.zinc[900]

app/components/Device/Deployments.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
>
2929
<n-pagination
3030
v-model:page="page"
31+
simple
3132
:page-count="pageCount"
3233
class="my-1"
3334
/>

app/components/Project/Releases.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
>
5858
<n-pagination
5959
v-model:page="page"
60+
simple
6061
:page-count="pageCount"
6162
class="my-1"
6263
/>

0 commit comments

Comments
 (0)