improvement(editor): remove button background for editor status (#1435)
This commit is contained in:
committed by
Shawn Erquhart
parent
06d3650fac
commit
d0f4821a19
@ -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 } = {}) {
|
||||
|
Reference in New Issue
Block a user