fui-fancyui
Version:
FancyUI Libary
20 lines (18 loc) • 522 B
JavaScript
import { styled as o } from "styled-components";
import { getBackgroundColor as i } from "../../../design/designFunctions/colorCalculatorForComponent/colorCalculatorForComponent.js";
const n = o.div`
position: absolute;
bottom: 50%;
transform: translateY(65%);
right: 0;
box-sizing: border-box;
svg {
color: ${({ theme: r, $themeType: t = "secondary", $layer: e = 4 }) => i({ theme: r, $themeType: t, $layer: e })};
}
`, p = o.div`
position: relative;
`;
export {
p as Wrapper,
n as WrapperEye
};