1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Update @vector-im/compound-design-tokens (#12876)

* Update `@vector-im/compound-design-tokens`

* Update jest snapshots

* Update playwright snapshots

* Use `--cpd-font-body-lg-semibold` for toast

* Use `--cpd-font-body-lg-semibold` for other elements

* Remaining heading fix
This commit is contained in:
Florian Duros
2024-08-09 14:32:37 +02:00
committed by GitHub
parent 8e45d5053b
commit 284cd4082b
26 changed files with 58 additions and 62 deletions

View File

@ -119,8 +119,7 @@ limitations under the License.
h2 {
margin: 0;
font: var(--cpd-font-heading-sm-medium);
font-weight: var(--cpd-font-weight-medium);
font: var(--cpd-font-body-lg-semibold);
display: inline;
width: auto;
}