Commit 7f260a8
committed
fix(webapp): align sidebar alert typography
UsageLimitAlert carried the same drift the overdue alert just had: 12px
for both lines where the design specifies a 13px title over a 12px body,
plus an underline the design doesn't have. Move it onto the generated
Figma text styles so the two alerts match when they stack in the sidebar
footer, which they do on a Free plan with an unpaid invoice.
Also records why the overdue alert has no dismiss button, since the
design does show one.1 parent f416e02 commit 7f260a8
2 files changed
Lines changed: 11 additions & 9 deletions
File tree
- packages/webapp/src
- components/patterns
- layout/AppSidebar
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
0 commit comments