UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

7 lines (5 loc) 159 B
import { styled } from '@mui/material/styles' export const RefreshButtonContainer = styled('div')(() => ({ marginRight: '-15px', lineHeight: 'normal' }))