Skip to content

Commit

Permalink
Tweak border colors
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelconde committed May 3, 2017
1 parent 3bcac79 commit 7515c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/EntryEditor/EntryEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
left: 0;
right: 0;
bottom: 0;
border-top: 1px solid var(--textMutedColor);
border-top: 2px solid rgb(230, 230, 230);
background: var(--backgroundColor);
text-align: right;
}
Expand Down
4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ img {
margin-top: 1px;
z-index: 99999 !important;
background: #fff;
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.26);
border: 1px solid #191919;
border: 2px solid rgb(230, 230, 230);
border-radius: 2px;
}
& .rdtOpen .rdtPicker {
display: block;
Expand Down

0 comments on commit 7515c4f

Please sign in to comment.