Skip to content

Commit 399c281

Browse files
authored
Fix for maintenance modal dark mode (#1482)
1 parent 98a53bf commit 399c281

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/staking-v3/components/MaintenanceMode.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,10 @@ export default defineComponent({
7878
cursor: pointer;
7979
color: $astar-blue;
8080
}
81+
82+
.body--dark {
83+
.wrapper--maintenance {
84+
color: $gray-1;
85+
}
86+
}
8187
</style>

0 commit comments

Comments
 (0)