Skip to content

Commit f767754

Browse files
committed
fix: rename surfaceColor to tintedBackgroundBase to match Theme struct
Theme struct doesn't have a surfaceColor property — the correct token for card/row backgrounds is tintedBackgroundBase.
1 parent 4326bee commit f767754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/network/Authenticate/CreateNetworkInstant/SeedphraseDisplayView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ struct SeedphraseDisplayView: View {
116116
}
117117
.padding(.vertical, 6)
118118
.padding(.horizontal, 8)
119-
.background(themeManager.currentTheme.surfaceColor)
119+
.background(themeManager.currentTheme.tintedBackgroundBase)
120120
.cornerRadius(6)
121121
}
122122

0 commit comments

Comments
 (0)