2
0

Fix browser window color on light theme (#30861)

This commit is contained in:
Michael Stanclift
2024-06-27 11:46:20 -05:00
committed by GitHub
parent bc3737f0c3
commit 3225954865

View File

@@ -8,7 +8,7 @@ class Themes
THEME_COLORS = { THEME_COLORS = {
dark: '#191b22', dark: '#191b22',
light: '#f3f5f7', light: '#ffffff',
}.freeze }.freeze
def initialize def initialize