Skip to content

Commit c89aa05

Browse files
beth-panxnmetulev
andauthored
Update to use default font family (#722)
Co-authored-by: Nikola Metulev <[email protected]>
1 parent 0c4ba33 commit c89aa05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/mgt/src/components/sub-components/mgt-arrow-options/mgt-arrow-options.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
* -------------------------------------------------------------------------------------------
66
*/
77

8+
@import '../../../styles/shared-styles.scss';
9+
810
:host,
911
mgt-arrow-options {
1012
position: relative;
11-
font-family: 'Segoe UI';
13+
font-family: var(--default-font-family);
1214
}
1315

1416
:host .ArrowIcon,

0 commit comments

Comments
 (0)