Переглянути джерело

Fixed issue with darkmode in Kris ManageStation modal

Kristian Vos 3 роки тому
батько
коміт
3ec0702db8

+ 6 - 0
frontend/src/components/modals/ManageStationKris/index.vue

@@ -686,6 +686,12 @@ export default {
 </style>
 
 <style lang="scss" scoped>
+.night-mode {
+	#about-station-container {
+		background-color: var(--dark-grey-3) !important;
+	}
+}
+
 .manage-station-modal.modal .modal-card-body .custom-modal-body {
 	display: flex;
 	flex-wrap: wrap;