ur-ui-kit-tm
Version:
unlimited robotics ui kit
9 lines (8 loc) • 988 B
JavaScript
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};
import styled from "styled-components";
import { getStyledColor } from "./text.utils";
export var TextStyled = styled.text(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n border: none;\n min-width: 12rem;\n width: 100%;\n height: 4rem;\n font-family: UbuntuRegular;\n font-size: 1.4rem;\n line-height: 1.7rem;\n letter-spacing: 0.01em;\n\n ", "\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n border: none;\n min-width: 12rem;\n width: 100%;\n height: 4rem;\n font-family: UbuntuRegular;\n font-size: 1.4rem;\n line-height: 1.7rem;\n letter-spacing: 0.01em;\n\n ", "\n"])), getStyledColor);
var templateObject_1;