This commit is contained in:
Trey t
2022-12-23 12:17:55 -06:00
parent 87865571c1
commit adc1eadb49
4 changed files with 14 additions and 34 deletions

View File

@@ -52,9 +52,6 @@ struct AddMoodHeaderView: View {
}
.padding([.leading, .trailing, .bottom])
}
.background(
theme.currentTheme.secondaryBGColor
)
.cornerRadius(Constants.viewsCornerRaidus, corners: [.topLeft, .topRight, .bottomLeft, .bottomRight])
.frame(minHeight: 88, maxHeight: 150)
.frame(minWidth: 0, maxWidth: .infinity)