@formant/ava-react
Version:
React components of AVA.
9 lines • 469 B
JavaScript
import styled from 'styled-components';
import { getFontSize } from "../theme";
export var Entity = styled.span.withConfig({
displayName: "Entity",
componentId: "ava-react-d63f__sc-b88nvz-0"
})(["align-items:center;box-sizing:border-box;font-size:", ";font-family:Roboto-Medium,PingFangSC,sans-serif;border-radius:2px;color:var(--color-text-primary);margin:0 1px;overflow-wrap:break-word;"], function (_ref) {
var size = _ref.size;
return getFontSize(size);
});