refactor: add color assets and update UI components
This commit is contained in:
@@ -4,7 +4,7 @@ struct AppBackgroundModifier: ViewModifier {
|
||||
func body(content: Content) -> some View {
|
||||
content.background(
|
||||
LinearGradient(
|
||||
colors: [Color(.systemGroupedBackground), Color.red.opacity(0.08)],
|
||||
colors: [Color(.systemGroupedBackground), Color.brand.opacity(0.08)],
|
||||
startPoint: .top,
|
||||
endPoint: .bottom
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user