Fix browser window color on light theme (#30861)

pull/26751/merge
Michael Stanclift 2024-06-27 11:46:20 -05:00 committed by GitHub
parent bc3737f0c3
commit 3225954865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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