Skip to content

Commit

Permalink
fix(Tag): change foreground color for warning style
Browse files Browse the repository at this point in the history
  • Loading branch information
jaranaz committed Oct 4, 2023
1 parent 7054e3d commit 703f140
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MisticaSwiftUI/Components/Tag/Tag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public struct Tag: View {
case .inactive:
return .neutralMedium
case .warning:
return .warning
return .warningHigh
case .error:
return .error
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 703f140

Please sign in to comment.