@@ -7,7 +7,7 @@ exports[`WPagination > renders properly with divider 1`] = `
7
7
>
8
8
<button
9
9
aria-label = " Previous"
10
- class = " min-h-[38px] min-w-[38px] py-sm px-sm inline-flex justify-center items-center gap-sm text-sm rounded-lg hover:bg-wit-blue-400 focus:outline-none"
10
+ class = " min-h-[38px] min-w-[38px] py-sm px-sm inline-flex justify-center items-center gap-sm text-sm rounded-lg hover:bg-wit-blue-400 hover:text-black-950 focus:outline-none"
11
11
type = " button"
12
12
>
13
13
<svg
@@ -35,13 +35,13 @@ exports[`WPagination > renders properly with divider 1`] = `
35
35
>
36
36
37
37
<button
38
- class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg hover:bg-wit-blue-400"
38
+ class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg hover:bg-wit-blue-400 hover:text-black-950 "
39
39
type = " button"
40
40
>
41
41
1
42
42
</button >
43
43
<button
44
- class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg hover:bg-wit-blue-400"
44
+ class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg hover:bg-wit-blue-400 hover:text-black-950 "
45
45
type = " button"
46
46
>
47
47
2
@@ -50,7 +50,7 @@ exports[`WPagination > renders properly with divider 1`] = `
50
50
</div >
51
51
<button
52
52
aria-label = " Next"
53
- class = " min-h-lg min-w-lg py-sm px-sm inline-flex justify-center items-center gap-xs text-sm rounded-lg hover:bg-wit-blue-400 focus:outline-none opacity-10 pointer-events-none"
53
+ class = " min-h-lg min-w-lg py-sm px-sm inline-flex justify-center items-center gap-xs text-sm rounded-lg hover:bg-wit-blue-400 hover:text-black-950 focus:outline-none opacity-10 pointer-events-none"
54
54
disabled = " "
55
55
type = " button"
56
56
>
@@ -84,7 +84,7 @@ exports[`WPagination > renders properly without divider 1`] = `
84
84
>
85
85
<button
86
86
aria-label = " Previous"
87
- class = " opacity-50 pointer-events-none min-h-[38px] min-w-[38px] py-sm px-sm inline-flex justify-center items-center gap-sm text-sm rounded-lg hover:bg-wit-blue-400 focus:outline-none"
87
+ class = " opacity-50 pointer-events-none min-h-[38px] min-w-[38px] py-sm px-sm inline-flex justify-center items-center gap-sm text-sm rounded-lg hover:bg-wit-blue-400 hover:text-black-950 focus:outline-none"
88
88
disabled = " "
89
89
type = " button"
90
90
>
@@ -113,31 +113,31 @@ exports[`WPagination > renders properly without divider 1`] = `
113
113
>
114
114
115
115
<button
116
- class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg outline-none bg-wit-blue-500 pointer-events-none hover:bg-wit-blue-400"
116
+ class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg outline-none bg-wit-blue-500 text-black-950 pointer-events-none hover:bg-wit-blue-400 hover:text-black-950 "
117
117
type = " button"
118
118
>
119
119
1
120
120
</button >
121
121
<button
122
- class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg hover:bg-wit-blue-400"
122
+ class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg hover:bg-wit-blue-400 hover:text-black-950 "
123
123
type = " button"
124
124
>
125
125
2
126
126
</button >
127
127
<button
128
- class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg hover:bg-wit-blue-400"
128
+ class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg hover:bg-wit-blue-400 hover:text-black-950 "
129
129
type = " button"
130
130
>
131
131
3
132
132
</button >
133
133
<button
134
- class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg hover:bg-wit-blue-400"
134
+ class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg hover:bg-wit-blue-400 hover:text-black-950 "
135
135
type = " button"
136
136
>
137
137
4
138
138
</button >
139
139
<button
140
- class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg hover:bg-wit-blue-400"
140
+ class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg hover:bg-wit-blue-400 hover:text-black-950 "
141
141
type = " button"
142
142
>
143
143
5
@@ -150,7 +150,7 @@ exports[`WPagination > renders properly without divider 1`] = `
150
150
...
151
151
</button >
152
152
<button
153
- class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg hover:bg-wit-blue-400"
153
+ class = " min-h-[38px] min-w-[38px] flex justify-center items-center py-sm px-sm text-sm rounded-lg hover:bg-wit-blue-400 hover:text-black-950 "
154
154
type = " button"
155
155
>
156
156
20
@@ -159,7 +159,7 @@ exports[`WPagination > renders properly without divider 1`] = `
159
159
</div >
160
160
<button
161
161
aria-label = " Next"
162
- class = " min-h-lg min-w-lg py-sm px-sm inline-flex justify-center items-center gap-xs text-sm rounded-lg hover:bg-wit-blue-400 focus:outline-none"
162
+ class = " min-h-lg min-w-lg py-sm px-sm inline-flex justify-center items-center gap-xs text-sm rounded-lg hover:bg-wit-blue-400 hover:text-black-950 focus:outline-none"
163
163
type = " button"
164
164
>
165
165
<span >
0 commit comments