mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-17 06:39:25 +08:00
Polished styles
This commit is contained in:
parent
6ce2d84031
commit
c51c36c367
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const styles: { [key: string]: React.CSSProperties } = {
|
||||||
left: "15%",
|
left: "15%",
|
||||||
overflowY: "scroll",
|
overflowY: "scroll",
|
||||||
height: "100%",
|
height: "100%",
|
||||||
backgroundColor: "#0b2322",
|
backgroundColor: colors.background,
|
||||||
},
|
},
|
||||||
text_white: {
|
text_white: {
|
||||||
color: "white",
|
color: "white",
|
||||||
|
|
Loading…
Reference in a new issue