mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
hide broken donate form and adjust paperColor
This commit is contained in:
@@ -110,10 +110,12 @@ export const mainColors = {
|
||||
primary: '#00a572',
|
||||
secondary: '#00a572',
|
||||
labels: rgba('#000', 0.9),
|
||||
paperColor: '#eeeeee',
|
||||
},
|
||||
dark: {
|
||||
primary: '#323637',
|
||||
secondary: '#dee3e5',
|
||||
labels: rgba('#fff', 0.9),
|
||||
paperColor: '#323637',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -58,6 +58,11 @@ export const useMaterialUITheme = () => {
|
||||
fontSize: '1.2rem',
|
||||
},
|
||||
},
|
||||
MuiPaper: {
|
||||
root: {
|
||||
backgroundColor: mainColors[theme].paperColor,
|
||||
},
|
||||
},
|
||||
MuiInputBase: {
|
||||
input: {
|
||||
color: mainColors[theme].labels,
|
||||
|
||||
Reference in New Issue
Block a user