UNPKG

react-filerobot-image-editor

Version:

React component version of filerobot image editor (FIE).

1 lines 907 B
import styled from"styled-components";import IconButton from"@scaleflex/ui/core/icon-button";import Label from"@scaleflex/ui/core/label";import{Color as PC}from"@scaleflex/ui/utils/types/palette";import{FontVariant as FV}from"@scaleflex/ui/utils/types/typography";var StyledSmallButton=styled(IconButton).withConfig({componentId:"sc-961muh-0"})(["padding:8px;svg{color:",";}"],function(a){var b=a.theme.palette,c=a.showBackButton;return c?b[PC.IconsPrimary]:b[PC.IconsMuted]}),StyledZoomPercentageLabel=styled(Label).withConfig({componentId:"sc-961muh-1"})(["cursor:pointer;color:",";",";"],function(a){var b=a.theme.palette;return b[PC.TextPrimary]},function(a){var b=a.theme.typography;return b.font[FV.InputMd]}),StyledZoomingWrapper=styled.div.withConfig({componentId:"sc-961muh-2"})(["display:flex;align-items:center;gap:2px;"]);export{StyledSmallButton,StyledZoomPercentageLabel,StyledZoomingWrapper};