@fireflyai/backstage-plugin-firefly
Version:
Firefly plugin for Backstage
19 lines (16 loc) • 456 B
JavaScript
import { makeStyles } from '@material-ui/core';
const useStyles = makeStyles({
gradientText: {
background: "linear-gradient(92.57deg, #9872fe 4.91%, #59fee0 95.86%)",
backgroundClip: "text",
WebkitBackgroundClip: "text",
WebkitTextFillColor: "transparent"
},
totalText: {
fontWeight: "bold",
fontSize: "35px",
animation: "moveAndRotate 1s"
}
});
export { useStyles };
//# sourceMappingURL=FireflyPage.style.esm.js.map