improvement(editor): remove button background for editor status (#1435)

This commit is contained in:
Derek Newsom
2018-08-24 15:52:53 -07:00
committed by Shawn Erquhart
parent 06d3650fac
commit d0f4821a19
2 changed files with 30 additions and 9 deletions

View File

@ -38,14 +38,12 @@ const FileName = styled.span`
const FileWidgetButton = styled.button`
${buttons.button};
${components.textBadge};
display: block;
${components.badge};
`;
const FileWidgetButtonRemove = styled.button`
${buttons.button};
${components.textBadgeDanger};
display: block;
${components.badgeDanger};
`;
export default function withFileControl({ forImage } = {}) {