From 515a08d4d7c0e0068937eada723574720380c5f2 Mon Sep 17 00:00:00 2001
From: Rafael Conde <rafahari@me.com>
Date: Wed, 3 May 2017 14:59:29 -0700
Subject: [PATCH] Tweak border colors

---
 src/components/EntryEditor/EntryEditor.css | 2 +-
 src/index.css                              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/EntryEditor/EntryEditor.css b/src/components/EntryEditor/EntryEditor.css
index e45adc30..90fd2b88 100644
--- a/src/components/EntryEditor/EntryEditor.css
+++ b/src/components/EntryEditor/EntryEditor.css
@@ -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;
 }
diff --git a/src/index.css b/src/index.css
index d6df5816..bd32a9fe 100644
--- a/src/index.css
+++ b/src/index.css
@@ -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;