mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 16:44:16 +01:00
Replace material-icons in YearInReview components
This commit is contained in:
parent
a76600e53b
commit
0fc84a8684
@ -73,7 +73,7 @@ export default {
|
||||
|
||||
const addIcon = (icon, color, fontSize, x, y) => {
|
||||
ctx.fillStyle = color
|
||||
ctx.font = `${fontSize} Material Icons Outlined`
|
||||
ctx.font = `${fontSize} Material Symbols Outlined`
|
||||
ctx.fillText(icon, x, y)
|
||||
}
|
||||
|
||||
|
@ -64,7 +64,7 @@ export default {
|
||||
|
||||
const addIcon = (icon, color, fontSize, x, y) => {
|
||||
ctx.fillStyle = color
|
||||
ctx.font = `${fontSize} Material Icons Outlined`
|
||||
ctx.font = `${fontSize} Material Symbols Outlined`
|
||||
ctx.fillText(icon, x, y)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user