0
0
Fork 0

Update CSS color variables to match our latest design system (#31510)

This commit is contained in:
Renaud Chaput 2024-08-20 17:56:44 +02:00 committed by GitHub
parent 6c26fb0ed6
commit 4016fd5128
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 28 additions and 28 deletions

View file

@ -7,7 +7,7 @@ class Themes
include Singleton
THEME_COLORS = {
dark: '#191b22',
dark: '#181820',
light: '#ffffff',
}.freeze