change: updated editor button text color

This commit is contained in:
Jordan Knott
2020-05-31 00:04:14 -05:00
parent f1f69440c3
commit e87a2ea0b7
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ export const EditorButton = styled.div`
background: rgba(0, 0, 0, 0.6);
border-radius: 3px;
clear: both;
color: #e6e6e6;
color: #c2c6dc;
display: block;
float: left;
margin: 0 0 4px 8px;