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