diff --git a/features/i18n/react/src/components/FABLanguageSelector/FABLanguageSelector.css b/features/i18n/react/src/components/FABLanguageSelector/FABLanguageSelector.css index 760677657..0608f7371 100755 --- a/features/i18n/react/src/components/FABLanguageSelector/FABLanguageSelector.css +++ b/features/i18n/react/src/components/FABLanguageSelector/FABLanguageSelector.css @@ -94,21 +94,21 @@ border: 2px solid rgba(255, 255, 255, 0.15); cursor: pointer; display: flex; - flex-direction: column; + flex-direction: row; align-items: center; justify-content: center; gap: 2px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); transition: all 0.2s ease; color: white; - background: rgba(0, 0, 0, 0.7); + background: transparent; backdrop-filter: blur(8px); } .fab-language-option:hover { border-color: rgba(255, 255, 255, 0.4); transform: scale(1.05); - background: rgba(16, 185, 129, 0.3); + background: rgba(16, 185, 129, 0.2); } .fab-language-option.active {