修改背景色
This commit is contained in:
parent
0e0d00ee7e
commit
ba8b67720d
|
@ -106,7 +106,7 @@ export default function Relationship() {
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<div className={styles.relationshipBox}>
|
<div className={styles.relationshipBox}>
|
||||||
<div className="px-4 pt-4 sticky top-0 z-10 w-full bg-[#070415]">
|
<div className="px-4 pt-4 sticky top-0 z-10 w-full bg-[#08050b]">
|
||||||
<div className="w-9 h-9 flex items-center justify-center bg-[#FFFFFF1A] rounded-full absolute">
|
<div className="w-9 h-9 flex items-center justify-center bg-[#FFFFFF1A] rounded-full absolute">
|
||||||
<FontAwesomeIcon
|
<FontAwesomeIcon
|
||||||
icon={faAngleLeft}
|
icon={faAngleLeft}
|
||||||
|
|
Loading…
Reference in New Issue