We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583f6ac commit a646e29Copy full SHA for a646e29
1 file changed
Core/Sources/SuggestionWidget/TabView.swift
@@ -38,6 +38,7 @@ struct TabView: View {
38
}
39
.opacity(panelViewModel.isPanelDisplayed ? 1 : 0)
40
.preferredColorScheme(panelViewModel.colorScheme)
41
+ .frame(maxWidth: Style.widgetWidth, maxHeight: Style.widgetHeight)
42
43
44
0 commit comments