mirror of
https://github.com/open-webui/open-webui.git
synced 2025-07-12 22:12:31 +02:00
dynamically adjust --color-gray-950 value for OLED black sidebar
This commit is contained in:
@ -17,7 +17,7 @@ export default {
|
||||
800: '#333',
|
||||
850: '#262626',
|
||||
900: 'var(--color-gray-900, #171717)',
|
||||
950: '#0d0d0d'
|
||||
950: 'var(--color-gray-950, #0d0d0d)'
|
||||
}
|
||||
},
|
||||
typography: {
|
||||
|
Reference in New Issue
Block a user