Apply new style Language section in Setting on desktop

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-03 16:54:23 +07:00
committed by Dat H. Pham
parent de596a76d6
commit 8289593247
11 changed files with 319 additions and 312 deletions
@@ -64,7 +64,7 @@ class SettingsUtils {
) {
if (responsiveUtils.isWebDesktop(context)) {
return BoxDecoration(
borderRadius: const BorderRadius.all(Radius.circular(16)),
borderRadius: const BorderRadius.all(Radius.circular(20)),
color: backgroundColor,
);
} else {