UNPKG

fui-fancyui

Version:
23 lines (22 loc) 650 B
import { styled as t } from "styled-components"; import { getTextColor as r } from "../../../design/designFunctions/colorCalculatorForComponent/colorCalculatorForComponent.js"; const s = t.div` display: flex; align-items: center; justify-content: center; height: 100%; `, l = t.span` display: flex; gap: ${({ theme: e }) => e.spacing.sm}; align-items: center; word-break: keep-all; position: relative; height: 100%; width: 100%; box-sizing: border-box; color: ${({ theme: e, $themeType: o = "secondary", $layer: i }) => r({ theme: e, $themeType: o, $textLayer: i })}; `; export { s as LogoWrapper, l as StyledHeading };