+ }
+- after={
+-
+- }
++ before={menuIcon(GearSix)}
++ style={{
++ background: isSettingsOpen ? color.Surface.Container : color.Background.Container,
++ }}
++ after={menuIcon(isSettingsOpen && isMobile ? CaretDownIcon : CaretRightIcon)}
+ onClick={() => setIsSettingsOpen(!isSettingsOpen)}
+ >
+
+@@ -188,17 +185,17 @@ export function ProfileMobile() {
+
+
+ {isSettingsOpen && (
+-
++
+ {menuItems.map((item) => {
+ const IconComponent = item.icon;
+
+ return (
+
++
+ )}
+