Standardized W95 styles

This commit is contained in:
2018-03-17 13:28:10 +11:00
parent fe971d8c18
commit 0fe13f3c67
5 changed files with 35 additions and 4 deletions

View File

@ -59,7 +59,7 @@ class ContextMenu extends Component {
}
return (
<div className="context-menu">
<div className="c-context-menu">
{contextButtons}
</div>
);