mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2025-05-14 10:31:07 +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 (
|
||||
<div style={styles.header_wrapper}>
|
||||
<div style={styles.header_left}>
|
||||
<AppLogo size={8} color="#6f9b78" />
|
||||
<AppLogo size={8} color="#80b38b" />
|
||||
<p style={styles.logo_title}>Ivy</p>
|
||||
</div>
|
||||
<div style={styles.header_right}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue