Commit 37a89ff3 authored by tom's avatar tom

change color of active button page in paginator

parent 1e754e22
...@@ -56,6 +56,9 @@ const variantOutline = defineStyle((props) => { ...@@ -56,6 +56,9 @@ const variantOutline = defineStyle((props) => {
if (c === 'gray-dark') { if (c === 'gray-dark') {
return mode('blue.700', 'gray.50')(props); return mode('blue.700', 'gray.50')(props);
} }
if (c === 'blue') {
return mode('blue.400', 'gray.50')(props);
}
return 'blue.400'; return 'blue.400';
})(); })();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment