diff --git a/frontend/src/components/Footer/index.jsx b/frontend/src/components/Footer/index.jsx index 2dfccc3f98c..db75f532ca3 100644 --- a/frontend/src/components/Footer/index.jsx +++ b/frontend/src/components/Footer/index.jsx @@ -54,7 +54,7 @@ export default function Footer() { href={paths.github()} target="_blank" rel="noreferrer" - className="transition-all duration-300 p-2 rounded-full text-white bg-sidebar-button hover:bg-menu-item-selected-gradient hover:border-slate-100 hover:border-opacity-50 border-transparent border" + className="transition-all duration-300 p-2 rounded-full text-white bg-footer-icon hover:bg-footer-icon-hover" aria-label="Find us on Github" data-tooltip-id="open-github" data-tooltip-content="View source code on Github" @@ -67,7 +67,7 @@ export default function Footer() { href={paths.docs()} target="_blank" rel="noreferrer" - className="w-fit transition-all duration-300 p-2 rounded-full text-white bg-sidebar-button hover:bg-menu-item-selected-gradient hover:border-slate-100 hover:border-opacity-50 border-transparent border" + className="transition-all duration-300 p-2 rounded-full text-white bg-footer-icon hover:bg-footer-icon-hover" aria-label="Docs" data-tooltip-id="open-documentation" data-tooltip-content="Open AnythingLLM help docs" @@ -80,7 +80,7 @@ export default function Footer() { href={paths.discord()} target="_blank" rel="noreferrer" - className="transition-all duration-300 p-2 rounded-full text-white bg-sidebar-button hover:bg-menu-item-selected-gradient hover:border-slate-100 hover:border-opacity-50 border-transparent border" + className="transition-all duration-300 p-2 rounded-full text-white bg-footer-icon hover:bg-footer-icon-hover" aria-label="Join our Discord server" data-tooltip-id="open-discord" data-tooltip-content="Join the AnythingLLM Discord" @@ -106,7 +106,7 @@ export default function Footer() { href={item.url} target="_blank" rel="noreferrer" - className="transition-all duration-300 p-2 rounded-full text-white bg-sidebar-button hover:bg-menu-item-selected-gradient hover:border-slate-100 hover:border-opacity-50 border-transparent border" + className="transition-all duration-300 p-2 rounded-full text-white bg-footer-icon hover:bg-footer-icon-hover" > {React.createElement( ICON_COMPONENTS?.[item.icon] ?? ICON_COMPONENTS.Info, diff --git a/frontend/src/components/SettingsButton/index.jsx b/frontend/src/components/SettingsButton/index.jsx index 19a4a17aa95..8b563a6ca9a 100644 --- a/frontend/src/components/SettingsButton/index.jsx +++ b/frontend/src/components/SettingsButton/index.jsx @@ -16,7 +16,7 @@ export default function SettingsButton() {
diff --git a/frontend/src/components/Sidebar/index.jsx b/frontend/src/components/Sidebar/index.jsx index 0daf9f69812..4eb3bb4cb16 100644 --- a/frontend/src/components/Sidebar/index.jsx +++ b/frontend/src/components/Sidebar/index.jsx @@ -39,7 +39,7 @@ export default function Sidebar() {
@@ -61,7 +61,7 @@ export default function Sidebar() {
-
+
@@ -104,7 +104,7 @@ export function SidebarMobileHeader() { <>