Skip to content

Commit 7515c4f

Browse files
committed
Tweak border colors
1 parent 3bcac79 commit 7515c4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/EntryEditor/EntryEditor.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
left: 0;
4242
right: 0;
4343
bottom: 0;
44-
border-top: 1px solid var(--textMutedColor);
44+
border-top: 2px solid rgb(230, 230, 230);
4545
background: var(--backgroundColor);
4646
text-align: right;
4747
}

src/index.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ img {
142142
margin-top: 1px;
143143
z-index: 99999 !important;
144144
background: #fff;
145-
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.26);
146-
border: 1px solid #191919;
145+
border: 2px solid rgb(230, 230, 230);
146+
border-radius: 2px;
147147
}
148148
& .rdtOpen .rdtPicker {
149149
display: block;

0 commit comments

Comments
 (0)