We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4ba33 commit c89aa05Copy full SHA for c89aa05
packages/mgt/src/components/sub-components/mgt-arrow-options/mgt-arrow-options.scss
@@ -5,10 +5,12 @@
5
* -------------------------------------------------------------------------------------------
6
*/
7
8
+@import '../../../styles/shared-styles.scss';
9
+
10
:host,
11
mgt-arrow-options {
12
position: relative;
- font-family: 'Segoe UI';
13
+ font-family: var(--default-font-family);
14
}
15
16
:host .ArrowIcon,
0 commit comments