polen
Version:
A framework for delightful GraphQL developer portals
12 lines • 427 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { Text } from '@radix-ui/themes';
export const MinorHeading = (props) => {
return (_jsx(Text, { ...props, weight: 'bold', style: {
...props.style,
color: `var(--accent-10)`,
fontSize: `0.6rem`,
letterSpacing: `0.025rem`,
textTransform: `uppercase`,
} }));
};
//# sourceMappingURL=MinorHeading.js.map