UNPKG

@sinchsmb/ui-kit

Version:

UI kit for SinchSMB frontend

11 lines (8 loc) 246 B
import styled from 'styled-components/macro'; import { CountryIcon } from '../../components/CountryIcon/CountryIcon'; export const TunedOptionFlag = styled(CountryIcon)` flex-shrink: 0; height: 20px; padding-right: 8px; width: 20px; `;