built out themes a bit more

This commit is contained in:
Trey t
2022-02-06 14:15:16 -06:00
parent ea8ce75058
commit 3c6adce544
6 changed files with 108 additions and 80 deletions

View File

@@ -52,7 +52,7 @@ struct SwitchableView: View {
.padding(.top, -12)
}
.background(
Color(theme.secondaryBGColor)
Color(theme.currentTheme.secondaryBGColor)
)
.contentShape(Rectangle())
.cornerRadius(10, corners: [.topLeft, .topRight, .bottomLeft, .bottomRight])