修改背景色

This commit is contained in:
al 2024-08-14 13:35:13 +08:00
parent 0e0d00ee7e
commit ba8b67720d
1 changed files with 1 additions and 1 deletions

View File

@ -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}