mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-17 06:39:25 +08:00
Fixed colors on header
This commit is contained in:
parent
38cd7fe1fa
commit
7ea6defd1c
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ export default function Header() {
|
||||||
return (
|
return (
|
||||||
<div style={styles.header_wrapper}>
|
<div style={styles.header_wrapper}>
|
||||||
<div style={styles.header_left}>
|
<div style={styles.header_left}>
|
||||||
<AppLogo size={8} color="#6f9b78" />
|
<AppLogo size={8} color="#80b38b" />
|
||||||
<p style={styles.logo_title}>Ivy</p>
|
<p style={styles.logo_title}>Ivy</p>
|
||||||
</div>
|
</div>
|
||||||
<div style={styles.header_right}>
|
<div style={styles.header_right}>
|
||||||
|
|
|
@ -47,7 +47,7 @@ const styles: { [key: string]: React.CSSProperties } = {
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
},
|
},
|
||||||
logo_title: {
|
logo_title: {
|
||||||
color: "#6c9575",
|
color: "#80b38b",
|
||||||
fontSize: 26,
|
fontSize: 26,
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue