Commit b026b12
committed
fix(ui): keep the member name font weight theme-backed
The StyleX migration left this weight as a literal `500`, since `Text` no longer
accepts Emotion's `sx` and that is where `t.font.medium` came from. Read the
migrated token instead, so a theme overriding `--cl-font-medium` still applies.1 parent bc98a1a commit b026b12
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
236 | | - | |
| 237 | + | |
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| |||
0 commit comments