|
29 | 29 | 'description description description description description' |
30 | 30 | 'navigation navigation navigation navigation navigation'; |
31 | 31 |
|
32 | | - /* |
| 32 | + /* |
33 | 33 | line-height is calculated with calc(height/font-size) and the below numbers are from @primer/primitives. |
34 | 34 | --custom-font-size, --custom-line-height, --custom-font-weight are custom properties that can be used to override the below values. |
35 | 35 | We don't want these values to be overridden but still want to allow consumers to override them if needed. |
|
120 | 120 | display: flex; |
121 | 121 | padding-bottom: var(--base-size-8); |
122 | 122 | font-size: var(--text-body-size-medium, 0.875rem); |
123 | | - font-weight: var(--base-text-weight-light); |
| 123 | + font-weight: var(--base-text-weight-normal); |
124 | 124 | line-height: var(--text-body-lineHeight-medium, 1.4285); |
125 | 125 | flex-direction: row; |
126 | 126 | grid-row: var(--grid-row-order-context-area); |
|
172 | 172 | display: flex; |
173 | 173 | padding-right: var(--base-size-8); |
174 | 174 | font-size: var(--text-body-size-medium, 0.875rem); |
175 | | - font-weight: var(--base-text-weight-light); |
| 175 | + font-weight: var(--base-text-weight-normal); |
176 | 176 | line-height: var(--text-body-lineHeight-medium, 1.4285); |
177 | 177 | grid-row: var(--grid-row-order-breadcrumbs); |
178 | 178 | grid-area: breadcrumbs; |
|
242 | 242 | display: block; |
243 | 243 | padding-top: var(--base-size-8); |
244 | 244 | font-size: var(--text-body-size-medium, 0.875rem); |
245 | | - font-weight: var(--base-text-weight-light); |
| 245 | + font-weight: var(--base-text-weight-normal); |
246 | 246 | line-height: var(--text-body-lineHeight-medium, 1.4285); |
247 | 247 | grid-row: var(--grid-row-order-navigation); |
248 | 248 | grid-area: navigation; |
|
0 commit comments