20 lines
588 B
JavaScript
20 lines
588 B
JavaScript
'use client';
|
|
|
|
import { __styles } from '@griffel/react';
|
|
import { typographyStyles } from '@fluentui/react-theme';
|
|
export const title3ClassNames = {
|
|
root: 'fui-Title3'
|
|
};
|
|
/**
|
|
* Styles for the root slot
|
|
*/
|
|
export const useTitle3Styles = /*#__PURE__*/__styles({
|
|
root: {
|
|
Bahqtrf: "fk6fouc",
|
|
Be2twd7: "f1x0m3f5",
|
|
Bhrd7zp: "fl43uef",
|
|
Bg96gwp: "fb86gi6"
|
|
}
|
|
}, {
|
|
d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f1x0m3f5{font-size:var(--fontSizeBase600);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fb86gi6{line-height:var(--lineHeightBase600);}"]
|
|
}); |