Adding fw-heavy to spaces H1 (#17351)
From Anuj: > Going forward we will be using heavy font-weight for the titles of all > the admin sections. So it’s good consistency-wise. This resolves that issue. Closes forem/forem#17327
This commit is contained in:
parent
231a344504
commit
e3215a81ba
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div class="crayons-card p-7 mb-7">
|
||||
<header class="mb-7">
|
||||
<div class="flex justify-between gap-4 items-center">
|
||||
<h1 class="crayons-title">Spaces</h1>
|
||||
<h1 class="crayons-title fw-heavy">Spaces</h1>
|
||||
<button type="button" class="c-btn crayons-tooltip__activator opacity-100" disabled>
|
||||
Create space
|
||||
<span data-testid="tooltip" class="crayons-tooltip__content">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue