import { createGlobalStyle } from "styled-components"; export const UppyStyles = createGlobalStyle` .uppy-Root .uppy-ImageCropper .uppy-u-reset.uppy-c-btn:first-child { width: 100px; } a.uppy-Dashboard-poweredBy { display: none; } `;