@fluid-topics/ft-card 1.2.22 → 1.2.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -295,13 +295,13 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
295
295
 
296
296
  #header {
297
297
  grid-area: header;
298
+ color: ${S.colorOnSurfaceHigh};
298
299
  }
299
300
 
300
301
  .title {
301
302
  text-overflow: ellipsis;
302
303
  overflow: hidden;
303
304
  word-break: break-word;
304
- color: ${S.colorOnSurfaceHigh};
305
305
  }
306
306
 
307
307
  #content {