We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c8855 commit 72aa0ddCopy full SHA for 72aa0dd
pages/index.vue
@@ -155,7 +155,7 @@ export default defineComponent({
155
}
156
157
.events-page__btn-stop-events {
158
- @apply mr-3 text-xs text-white rounded-sm hover:opacity-100 transition-all duration-300 opacity-40 relative;
+ @apply mr-3 text-xs text-gray-800 dark:text-white rounded-sm hover:opacity-100 transition-all duration-300 opacity-40 relative;
159
160
&[disabled] {
161
@apply hover:opacity-40;
0 commit comments