Skip to content

Commit d9c63b8

Browse files
didoocveigt
andauthored
Updated font weight of title text in Alert component
Co-authored-by: Christian Veigt <cveigt@gmail.com>
1 parent 21e86e0 commit d9c63b8

File tree

1 file changed

+1
-1
lines changed
  • packages/components/app/styles/components

1 file changed

+1
-1
lines changed

packages/components/app/styles/components/alert.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
// we add very basic styling for elements that may be injected via the "description" string
6666

6767
strong {
68-
font-weight: var(--token-typography-font-weight-medium);
68+
font-weight: var(--token-typography-font-weight-semibold);
6969
}
7070

7171
code, pre {

0 commit comments

Comments
 (0)