diff --git a/tailwind.config.js b/tailwind.config.js index 81e564d64a385dcff07ba1fcff394f8e45f00fbb..ee8eef768e0dd21b154904dbd56862c90fc593ea 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -250,11 +250,13 @@ module.exports = { 'grey-125': { text: 'black', background: 'grey.125', + hoverText: 'black', }, 'white': { text: 'black', background: 'white', iconBorder: 'grey.100', + hoverText: 'black', }, 'blue-300': { text: 'white',