UNPKG

@hypernetlabs/web-ui

Version:
34 lines 968 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useStyles = void 0; const core_1 = require("@material-ui/core"); const theme_1 = require("../../theme"); exports.useStyles = (0, core_1.makeStyles)({ icon: { color: theme_1.colors.MAIN_TEXT_BLACK, fontSize: 24, }, iconContainer: { alignSelf: "center", width: 48, height: 48, display: "flex", justifyContent: "center", alignItems: "center", backgroundColor: "rgba(0, 195, 169, 0.2)", borderRadius: "50%", marginBottom: 16, }, step: { fontWeight: theme_1.EFontWeight.SEMI_BOLD, // TODO: Update Color Schema color: "#AEAEAE", }, description: { fontWeight: theme_1.EFontWeight.MEDIUM, marginBottom: 24, // TODO: Update Color Schema color: "#6D6D6D", }, }); //# sourceMappingURL=MetamaskInstructions.style.js.map