mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-03-30 10:36:49 +02: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) => {
|
const addIcon = (icon, color, fontSize, x, y) => {
|
||||||
ctx.fillStyle = color
|
ctx.fillStyle = color
|
||||||
ctx.font = `${fontSize} Material Icons Outlined`
|
ctx.font = `${fontSize} Material Symbols Outlined`
|
||||||
ctx.fillText(icon, x, y)
|
ctx.fillText(icon, x, y)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ export default {
|
|||||||
|
|
||||||
const addIcon = (icon, color, fontSize, x, y) => {
|
const addIcon = (icon, color, fontSize, x, y) => {
|
||||||
ctx.fillStyle = color
|
ctx.fillStyle = color
|
||||||
ctx.font = `${fontSize} Material Icons Outlined`
|
ctx.font = `${fontSize} Material Symbols Outlined`
|
||||||
ctx.fillText(icon, x, y)
|
ctx.fillText(icon, x, y)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user