mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-17 21:40:30 +00:00
fix style
This commit is contained in:
parent
e43f2799bd
commit
a3e22b4e20
@ -45,6 +45,9 @@ const Navbar = ({ user }) => {
|
||||
</div>
|
||||
{dropdownOpen && (
|
||||
<div className={styles.dropdownMenu} ref={dropdownRef}>
|
||||
<div className={styles.menuItem} onClick={toggleDropdown}>
|
||||
{auth.currentUser.displayName}
|
||||
</div>
|
||||
<div className={styles.menuItem} onClick={toggleDropdown}>
|
||||
<FontAwesomeIcon icon={faUser} className={styles.icon}/> Informations
|
||||
</div>
|
||||
|
@ -55,12 +55,12 @@
|
||||
}
|
||||
|
||||
.menuItem:hover {
|
||||
background-color: #05081679;
|
||||
background-color: #1f202479;
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
.menuItemLogout:hover{
|
||||
background-color: red;
|
||||
background-color: #1f202479;
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user