From 59d45d39e32e6436c627607ca619e482b3ef6ca9 Mon Sep 17 00:00:00 2001 From: John Sundell Date: Tue, 9 Oct 2018 23:22:18 +0200 Subject: [PATCH] Theme: Documentation fix for backgroundColor --- Sources/Splash/Theming/Theme.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Splash/Theming/Theme.swift b/Sources/Splash/Theming/Theme.swift index af04973..5ac5205 100644 --- a/Sources/Splash/Theming/Theme.swift +++ b/Sources/Splash/Theming/Theme.swift @@ -16,7 +16,7 @@ public struct Theme { public var font: Font /// What color to use for plain text (no highlighting) public var plainTextColor: Color - /// What color to use for background + /// What color to use for the background public var backgroundColor: Color /// What color to use for the text's highlighted tokens public var tokenColors: [TokenType : Color]