Skip to content
Snippets Groups Projects
Commit e2c10319 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Adjust dark theme dialog color

parent e96bb01b
1 merge request!276Ux fixes
...@@ -18,7 +18,7 @@ input { ...@@ -18,7 +18,7 @@ input {
min-height: 60px; min-height: 60px;
font-size: large; font-size: large;
border-radius: 5px; border-radius: 5px;
color: var(--on-secondary); color: var(--on-surface);
} }
.search-container { .search-container {
......
...@@ -8,7 +8,7 @@ export const dark = { ...@@ -8,7 +8,7 @@ export const dark = {
'--background': '#121212', '--background': '#121212',
'--surface': '#1e1e1e', '--surface': '#1e1e1e',
'--dialog': '#616161', '--dialog': '#37474f',
'--on-primary': '#000000', '--on-primary': '#000000',
'--on-secondary': '#000000', '--on-secondary': '#000000',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment