mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Fixup missing colours and use resolved colours in UIKit.
Fix the confetti colour when using DesignKit. Pin swift packages. Fix UI tests target.
This commit is contained in:
@@ -47,7 +47,7 @@ struct ClearViewModifier: ViewModifier {
|
||||
}) {
|
||||
Image(systemName: "xmark.circle.fill")
|
||||
.renderingMode(.template)
|
||||
.foregroundColor(theme.colors.quarterlyContent)
|
||||
.foregroundColor(theme.colors.quaternaryContent)
|
||||
}
|
||||
.padding(.top, alignment == .top ? 8 : 0)
|
||||
.padding(.bottom, alignment == .bottom ? 8 : 0)
|
||||
|
||||
Reference in New Issue
Block a user