Skip to content

Commit

Permalink
remove sync banner (#2156)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1199230911884351/1206522599756322/f

**Description**: Remove sync provisory banner

**Steps to test this PR**:
1. Go to sync settings and check no blue banner is visible
2. Sign in and again check the blue banner is not visible
  • Loading branch information
SabrinaTardio authored Feb 5, 2024
1 parent 5182f53 commit 1e7380f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions LocalPackages/SyncUI/Sources/SyncUI/Views/ManagementView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ public struct ManagementView<ViewModel>: View where ViewModel: ManagementViewMod

public var body: some View {
PreferencePane {
HStack(alignment: .top, spacing: 16) {
Image("Info")
.foregroundColor(Color("LinkBlueColor"))
.frame(width: 16)
.background(Circle().foregroundColor(Color(.white)))
Text(UserText.syncRollOutBannerDescription)
}
.frame(maxWidth: .infinity)
.padding()
.background(RoundedRectangle(cornerRadius: 8).foregroundColor(Color("InfoBannerColour")))
.padding(.bottom, 10)

TextMenuItemHeader(UserText.sync)
.padding(.bottom, -22)

Expand Down

0 comments on commit 1e7380f

Please sign in to comment.