소스 검색

Fixed issue with darkmode in Kris ManageStation modal

Kristian Vos 3 년 전
부모
커밋
3ec0702db8
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      frontend/src/components/modals/ManageStationKris/index.vue

+ 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;