use gradient on alert circle

This commit is contained in:
ericholguin
2023-03-25 14:34:29 -06:00
parent 7110650267
commit 312c798bb5

View File

@@ -47,7 +47,7 @@ struct TabButton: View {
.frame(width: 10, height: 10, alignment: .topTrailing)
.alignmentGuide(VerticalAlignment.center) { a in a.height + 2.0 }
.alignmentGuide(HorizontalAlignment.center) { a in a.width - 12.0 }
.foregroundColor(.accentColor)
.foregroundStyle(LINEAR_GRADIENT)
}
}
}