react-image-editor-q
Version:
SSR-safe React wrapper around Filerobot Image Editor
1 lines • 667 B
JavaScript
import styled from"styled-components";import Slider from"@scaleflex/ui/core/slider";import{Color as PC}from"@scaleflex/ui/utils/types/palette";var StyledSlider=styled(Slider).withConfig({componentId:"sc-cnyvqe-0"})(["width:",";max-width:",";user-select:none;padding:0;margin-bottom:",";font-size:12px !important;.SfxSlider-thumb{background-color:black;}.SfxSlider-Track{height:2px;color:black;}.SfxSlider-rail{height:2px;background-color:",";}"],function(a){var b=a.width;return b||"104px"},function(a){var b=a.width;return b||"104px"},function(a){var b=a.noMargin;return b?"":"16px"},function(a){var b=a.theme.palette;return b[PC.BordersItem]});export{StyledSlider};