Преглед изворни кода

Merge pull request #2 from dnzxy/tabbar-dev

Add padding to (+) button to avoid glitch where empty view opens in main view
polscm32 пре 2 година
родитељ
комит
d3aacc5697
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

+ 1 - 0
FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

@@ -893,6 +893,7 @@ extension Home {
                             .font(.system(size: 40))
                             .foregroundStyle(Color.tabBar)
                             .padding(.bottom, 1)
+                            .padding(.horizontal, 20)
                     }
                 )
             }.ignoresSafeArea(.keyboard, edges: .bottom)