@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
33 lines • 914 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.useStyles = void 0;
const core_1 = require("@material-ui/core");
exports.useStyles = (0, core_1.makeStyles)({
wrapper: {
display: "flex",
flexDirection: "column",
padding: "20px 0",
},
textInput: {
position: "relative",
fontFamily: "inherit",
backgroundColor: "transparent",
padding: "10px 10px 10px 10px",
fontSize: "18px",
borderRadius: "4px",
border: "2px solid rgba(0,0,0, 0.12)",
appearance: "none",
WebkitAppearance: "none",
color: "gray",
"&:focus": {
outline: "none",
border: "2px solid #4dc1ab",
},
},
label: {
textAlign: "left",
color: "rgba(0, 0, 0, 0.7)",
paddingBottom: 10,
},
});
//# sourceMappingURL=TextInput.style.js.map