File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import LIGHT_MOON from "../../static/light_moon.svg";
17
17
const Img = styled . img `
18
18
width: 2.5rem;
19
19
height: 2.5rem;
20
- padding-top: 0.8rem ;
20
+ padding-top: 0.4rem ;
21
21
padding-right: 0.5rem;
22
22
z-index: 1;
23
23
position: absolute;
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export const theme = {
9
9
fontFamily,
10
10
} ,
11
11
titlebar : {
12
- bgColor : "#f9f9f9 " ,
13
- height : "2.5rem " ,
12
+ bgColor : "#f8f8f8 " ,
13
+ height : "3rem " ,
14
14
} ,
15
15
navbar : {
16
16
bgColor : "#fff" ,
@@ -23,12 +23,12 @@ export const theme = {
23
23
addTodo : {
24
24
icon : "#b6b6b6" ,
25
25
textColor : "#777" ,
26
- bgColor : "#f9f9f9 " ,
26
+ bgColor : "#f8f8f8 " ,
27
27
} ,
28
28
sidebar : {
29
29
textColor : "#aaa" ,
30
30
highlightColor : "#111" ,
31
- bgColor : "#f9f9f9 " ,
31
+ bgColor : "#f8f8f8 " ,
32
32
width : "25rem" ,
33
33
} ,
34
34
hashtag : {
@@ -60,7 +60,7 @@ export const theme = {
60
60
} ,
61
61
titlebar : {
62
62
bgColor : "#222" ,
63
- height : "2.5rem " ,
63
+ height : "3rem " ,
64
64
} ,
65
65
navbar : {
66
66
bgColor : "#222" ,
You can’t perform that action at this time.
0 commit comments