Skip to content

Commit d077915

Browse files
committed
Make Theme Light ⚪ & TitleBar Height Big 🚀
1 parent eebff86 commit d077915

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/components/Titlebar/Moon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import LIGHT_MOON from "../../static/light_moon.svg";
1717
const 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;

src/styles/theme.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)