Skip to content

Commit c941c2b

Browse files
CopilotVetle444
andcommitted
Fix unused imports, verify color resource names, cleanup
Co-authored-by: Vetle444 <35739538+Vetle444@users.noreply.github.com>
1 parent 5ab0b2b commit c941c2b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/library/DIPS.Mobile.UI/Components/BottomSheets/Android/BottomSheetSearchField.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public BottomSheetSearchField(Context context, BottomSheet bottomSheet)
4747
var background = new GradientDrawable();
4848
background.SetShape(ShapeType.Rectangle);
4949
background.SetCornerRadius(28 * density);
50-
background.SetColor(Colors.GetColor(ColorName.color_surface_elevated).ToPlatform());
50+
background.SetColor(Colors.GetColor(ColorName.color_surface_subtle).ToPlatform());
5151
m_container.Background = background;
5252

5353
// Search icon

src/library/DIPS.Mobile.UI/Components/BottomSheets/iOS/BottomSheetSearchController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
using DIPS.Mobile.UI.Resources.LocalizedStrings.LocalizedStrings;
21
using Foundation;
32
using UIKit;
4-
using Colors = DIPS.Mobile.UI.Resources.Colors.Colors;
53

64
namespace DIPS.Mobile.UI.Components.BottomSheets.iOS;
75

0 commit comments

Comments
 (0)