Просмотр исходного кода

tweak(ui): align session file attachment cards

David Hill 1 месяц назад
Родитель
Сommit
cb22b689de
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      packages/ui/src/components/message-part.css

+ 3 - 1
packages/ui/src/components/message-part.css

@@ -65,6 +65,7 @@
       width: min(220px, 100%);
       width: min(220px, 100%);
       height: 48px;
       height: 48px;
       padding: 0 10px;
       padding: 0 10px;
+      background: var(--background-stronger);
     }
     }
   }
   }
 
 
@@ -107,7 +108,8 @@
     overflow: hidden;
     overflow: hidden;
     text-overflow: ellipsis;
     text-overflow: ellipsis;
     white-space: nowrap;
     white-space: nowrap;
-    color: var(--text-base);
+    color: var(--text-strong);
+    font-weight: var(--font-weight-medium);
     font-size: var(--font-size-small);
     font-size: var(--font-size-small);
     line-height: var(--line-height-large);
     line-height: var(--line-height-large);
   }
   }