theme icons change
This commit is contained in:
parent
85f5b5b1b4
commit
385198fcb2
@ -35,8 +35,8 @@ $(document).ready(function() {
|
||||
const getThemeIcon = theme => {
|
||||
return {
|
||||
"auto": "diamond-half",
|
||||
"light": "sun",
|
||||
"dark": "moon-stars",
|
||||
"light": "sun-fill",
|
||||
"dark": "moon-stars-fill",
|
||||
}[theme];
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user