@@ -54,7 +61,7 @@ async function dismiss() {
align-items: center;
gap: 6px;
}
-.morning-card__icon { font-size: 16px; }
+.morning-card__icon { display: inline-flex; align-items: center; color: var(--mc-primary); }
.morning-card__title { flex: 1; font-size: 13px; font-weight: 600; color: var(--mc-text-primary); }
.morning-card__close {
background: none; border: none; font-size: 16px; color: var(--mc-text-tertiary);
diff --git a/mateclaw-ui/src/views/Memory/index.vue b/mateclaw-ui/src/views/Memory/index.vue
index b841400c..23a9fc32 100644
--- a/mateclaw-ui/src/views/Memory/index.vue
+++ b/mateclaw-ui/src/views/Memory/index.vue
@@ -44,14 +44,19 @@
-
⚠️
+
{{ store.error }}
-
🌙
+
{{ t('memory.noReports') }}
@@ -145,7 +150,11 @@
-
🧠
+
{{ t('memory.desc') }}
@@ -361,7 +370,7 @@ function fmtTime(iso: string) {
.skeleton-line.short { width: 60%; }
.empty-state { display: flex; flex-direction: column; align-items: center; padding: 40px 0; color: var(--mc-text-tertiary); }
-.empty-icon { font-size: 28px; margin-bottom: 8px; }
+.empty-icon { width: 30px; height: 30px; margin-bottom: 10px; opacity: 0.7; }
.empty-state p { font-size: 13px; }
.error-state p { color: var(--mc-text-secondary); }
.retry-btn {
@@ -447,7 +456,7 @@ function fmtTime(iso: string) {
display: flex; flex-direction: column; align-items: center; justify-content: center;
height: 100%; color: var(--mc-text-tertiary); text-align: center;
}
-.detail-empty-icon { font-size: 36px; margin-bottom: 12px; }
+.detail-empty-icon { width: 40px; height: 40px; margin-bottom: 14px; opacity: 0.6; }
.detail-empty p { font-size: 14px; max-width: 260px; line-height: 1.5; }
/* ========== Transitions ========== */