Force the colour of the menu dropdown

This commit is contained in:
Jackson Harper 2023-07-24 16:11:56 +08:00
parent 09f40cf6c6
commit a63cc7ff5e

View file

@ -155,6 +155,7 @@ struct AnimatingCellHeight: AnimatableModifier {
}, label: {
Image.utilityMenu
})
.foregroundColor(.appGrayTextContrast)
} else {
EmptyView()
}