import { makeStyles } from "@fluentui/react-components"; export const useBmcStyles = makeStyles({ button: { backgroundColor: "#ff813f", "&:hover, &:hover:active": { backgroundColor: "#ff6b1c" } } });