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";
1717const Img = styled . img `
1818 width: 2.5rem;
1919 height: 2.5rem;
20- padding-top: 0.8rem ;
20+ padding-top: 0.4rem ;
2121 padding-right: 0.5rem;
2222 z-index: 1;
2323 position: absolute;
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export const theme = {
99 fontFamily,
1010 } ,
1111 titlebar : {
12- bgColor : "#f9f9f9 " ,
13- height : "2.5rem " ,
12+ bgColor : "#f8f8f8 " ,
13+ height : "3rem " ,
1414 } ,
1515 navbar : {
1616 bgColor : "#fff" ,
@@ -23,12 +23,12 @@ export const theme = {
2323 addTodo : {
2424 icon : "#b6b6b6" ,
2525 textColor : "#777" ,
26- bgColor : "#f9f9f9 " ,
26+ bgColor : "#f8f8f8 " ,
2727 } ,
2828 sidebar : {
2929 textColor : "#aaa" ,
3030 highlightColor : "#111" ,
31- bgColor : "#f9f9f9 " ,
31+ bgColor : "#f8f8f8 " ,
3232 width : "25rem" ,
3333 } ,
3434 hashtag : {
@@ -60,7 +60,7 @@ export const theme = {
6060 } ,
6161 titlebar : {
6262 bgColor : "#222" ,
63- height : "2.5rem " ,
63+ height : "3rem " ,
6464 } ,
6565 navbar : {
6666 bgColor : "#222" ,
You can’t perform that action at this time.
0 commit comments