Skip to content

Commit

Permalink
optimize: 💄 command button color and menububble box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Mar 13, 2020
1 parent 374d8ef commit 95431f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/command_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
box-sizing: border-box;
align-items: center;
border-radius: 50%;
color: $regular-text-color;
color: $primary-text-color;
cursor: pointer;
display: flex;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
border-radius: 8px;
display: flex;
background-color: $white-color;
box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12);
padding: 5px;
opacity: 0;
position: absolute;
Expand Down

0 comments on commit 95431f5

Please sign in to comment.