less buttons

This commit is contained in:
2026-02-14 02:08:40 +08:00
parent b586c1071b
commit 8f25791fa1
7 changed files with 29 additions and 61 deletions

View File

@@ -15,7 +15,12 @@ export function LanguageSettings() {
};
return (
<>
<Languages onClick={handleLanguageClick} size={28} className="text-white hover:text-white/80" />
<GhostLightButton
size="md"
onClick={handleLanguageClick}
>
<Languages size={20} />
</GhostLightButton>
<div className="relative">
{showLanguageMenu && (
<div>