Skip to content

Commit

Permalink
[ios] Secondary row in InstructionsView uses theme coloring, rather t…
Browse files Browse the repository at this point in the history
…han hardcoding
  • Loading branch information
michaelkirk committed Sep 20, 2024
1 parent 57c4eb6 commit c2d7658
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public struct InstructionsView: View {
// TODO: Show the pill when interactivity is enabled
pillControl(isActive: showPillControl)
}
.background(.gray.opacity(0.2))
.background(secondaryRowTheme.backgroundColor)
} else {
// TODO: Show the pill when interactivity is enabled
pillControl(isActive: showPillControl)
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.

0 comments on commit c2d7658

Please sign in to comment.