diff --git a/src/theme/variables.css b/src/theme/variables.css index 449b94f..ce9b3ee 100644 --- a/src/theme/variables.css +++ b/src/theme/variables.css @@ -88,7 +88,7 @@ html.ion-palette-light { --ion-text-color-step-800: #cccccc; --ion-text-color-step-850: #d9d9d9; --ion-text-color-step-900: #e6e6e6; - --ion-text-color-step-950: #f2f2f2; + --ion-text-color-step-950: #f5f5f5; --ion-background-color-step-50: #f2f2f2; --ion-background-color-step-100: #e6e6e6; diff --git a/src/views/notify/detail.vue b/src/views/notify/detail.vue index 4e2f23d..9ed88c3 100644 --- a/src/views/notify/detail.vue +++ b/src/views/notify/detail.vue @@ -23,7 +23,7 @@ function getConfigByType(type: string) {