|
@@ -84,7 +84,6 @@ struct ToolbarWidgetView: View {
|
|
Link(destination: entry.isPlaceholder ? NCGlobal.shared.widgetActionNoAction : NCGlobal.shared.widgetActionVoiceMemo, label: {
|
|
Link(destination: entry.isPlaceholder ? NCGlobal.shared.widgetActionNoAction : NCGlobal.shared.widgetActionVoiceMemo, label: {
|
|
Image("microphone")
|
|
Image("microphone")
|
|
.resizable()
|
|
.resizable()
|
|
- .renderingMode(.template)
|
|
|
|
.foregroundColor(entry.isPlaceholder ? placeholderColor : brandTextColor)
|
|
.foregroundColor(entry.isPlaceholder ? placeholderColor : brandTextColor)
|
|
.padding(10)
|
|
.padding(10)
|
|
.background(entry.isPlaceholder ? placeholderColor : brandColor)
|
|
.background(entry.isPlaceholder ? placeholderColor : brandColor)
|