Skip to content

Commit c6f946d

Browse files
committed
Adjust size of file name input, start updaing high contrast theme
1 parent 6b11adf commit c6f946d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/styles/abstracts/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ $themes: (
188188
heading-text-color: #e1e1e1,
189189
secondary-text-color: #e1e1e1,
190190
inactive-text-color: #f2f2f2,
191-
background-color: #333,
191+
background-color: $darker,
192192
button-background-color: $white,
193193
button-color: $black,
194194
button-border-color: #979797,

client/styles/components/_sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
display: none;
174174
padding: 0;
175175
border: 0;
176-
width: calc(100% - #{100 / $base-font-size}rem);
176+
width: calc(100% - #{63 / $base-font-size}rem);
177177
.sidebar__file-item--editing & {
178178
display: inline-block;
179179
}

0 commit comments

Comments
 (0)