|
@@ -392,6 +392,7 @@ extension Bolus {
|
|
|
.disabled(disableTaskButton)
|
|
.disabled(disableTaskButton)
|
|
|
.listRowBackground(
|
|
.listRowBackground(
|
|
|
limitExceeded ? Color(.systemRed) :
|
|
limitExceeded ? Color(.systemRed) :
|
|
|
|
|
+ disableTaskButton ? Color(.systemGray) :
|
|
|
Color(.systemBlue)
|
|
Color(.systemBlue)
|
|
|
)
|
|
)
|
|
|
.shadow(radius: 3)
|
|
.shadow(radius: 3)
|