Skip to content

Commit 958f567

Browse files
committed
Login screen style
1 parent 9c6bab8 commit 958f567

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ui/src/components/Login.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@ const styles: { [key: string]: React.CSSProperties } = {
5757
justifyContent: "center",
5858
alignItems: "center",
5959
height: "100vh",
60-
backgroundColor: "#f3f4f6",
60+
backgroundColor: "#0b0b0b",
6161
fontFamily: "system-ui, sans-serif",
6262
},
6363
card: {
64-
background: "white",
64+
background: "#191919",
6565
padding: "2rem",
6666
borderRadius: "12px",
6767
boxShadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
6868
width: "100%",
6969
maxWidth: "400px",
7070
textAlign: "center",
7171
},
72-
title: {margin: "0 0 0.5rem 0", color: "#1f2937"},
72+
title: {margin: "0 0 0.5rem 0", color: "#6988b1"},
7373
subtitle: {margin: "0 0 1.5rem 0", color: "#6b7280", fontSize: "0.9rem"},
7474
form: {display: "flex", flexDirection: "column", gap: "1rem"},
7575
input: {
@@ -82,8 +82,8 @@ const styles: { [key: string]: React.CSSProperties } = {
8282
padding: "0.75rem",
8383
borderRadius: "6px",
8484
border: "none",
85-
backgroundColor: "#1a1a1a",
86-
color: "white",
85+
backgroundColor: "#4c4c4c",
86+
color: "#5874a3",
8787
fontSize: "1rem",
8888
fontWeight: "bold",
8989
cursor: "pointer",

0 commit comments

Comments
 (0)