Skip to content

Commit

Permalink
fix: hide language icon background (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-A4 authored Nov 6, 2023
1 parent 2718af8 commit d0661c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class LocalizationSheet extends StatelessWidget {
},
leading: CommonBackgroundedIconWidget.svg(
svg: code.iconPath,
backgroundColor: Colors.transparent,
useDefaultColor: false,
),
titleText: code.localizedString.tr(),
Expand Down

0 comments on commit d0661c0

Please sign in to comment.