Skip to content

Commit fee46b7

Browse files
authored
[Visual Refresh] Update form layout append/prepend API (#9014)
1 parent 04e3749 commit fee46b7

72 files changed

Lines changed: 2230 additions & 602 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Žpackages/eui-theme-common/src/global_styling/variables/typography.tsβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ export type _EuiThemeFontWeights = {
9797
light: CSSProperties['fontWeight'];
9898
/** - Default value: 400 */
9999
regular: CSSProperties['fontWeight'];
100-
/** - Default value: 500 */
100+
/** - Default value: 450 */
101101
medium: CSSProperties['fontWeight'];
102-
/** - Default value: 600 */
102+
/** - Default value: 500 */
103103
semiBold: CSSProperties['fontWeight'];
104-
/** - Default value: 700 */
104+
/** - Default value: 600 */
105105
bold: CSSProperties['fontWeight'];
106106
};
107107

40 Bytes
Loading
0 Bytes
Loading
-1 Bytes
Loading
8.49 KB
Loading
8.3 KB
Loading
8.59 KB
Loading
1.45 KB
Loading
1.43 KB
Loading
130 Bytes
Loading

0 commit comments

Comments
Β (0)