Skip to content

Commit 64fcbe9

Browse files
committed
Uncommitted Change from Prev Commit
1 parent 2c101c3 commit 64fcbe9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/RadixUI/RadixDesign/Toast/RadixToast.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ extension RadixToast {
118118
extension RadixToast {
119119

120120
private var unwrappedColor: RadixAutoColor {
121-
guard let color else { return .blue }
121+
guard let color else {
122+
return colorScheme == .light ? .blackA : .whiteA
123+
}
122124
return color
123125
}
124126

0 commit comments

Comments
 (0)