Skip to content

Commit 72aa0dd

Browse files
committed
[#6] fix autorefresh styles for white theme
1 parent c9c8855 commit 72aa0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default defineComponent({
155155
}
156156
157157
.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;
158+
@apply mr-3 text-xs text-gray-800 dark:text-white rounded-sm hover:opacity-100 transition-all duration-300 opacity-40 relative;
159159
160160
&[disabled] {
161161
@apply hover:opacity-40;

0 commit comments

Comments
 (0)