mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 12:40:20 +02:00
add favorite icon color
This commit is contained in:
@@ -62,6 +62,10 @@
|
|||||||
color: var(--theme-colors-state-warn);
|
color: var(--theme-colors-state-warn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.color-favorite {
|
||||||
|
color: rgb(255 49 49);
|
||||||
|
}
|
||||||
|
|
||||||
.fill {
|
.fill {
|
||||||
fill: transparent;
|
fill: transparent;
|
||||||
}
|
}
|
||||||
@@ -102,6 +106,10 @@
|
|||||||
fill: var(--theme-colors-state-warn);
|
fill: var(--theme-colors-state-warn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fill-favorite {
|
||||||
|
fill: rgb(255 49 49);
|
||||||
|
}
|
||||||
|
|
||||||
.spin {
|
.spin {
|
||||||
animation: spin 1s linear infinite;
|
animation: spin 1s linear infinite;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -247,6 +247,7 @@ type IconColor =
|
|||||||
| 'contrast'
|
| 'contrast'
|
||||||
| 'default'
|
| 'default'
|
||||||
| 'error'
|
| 'error'
|
||||||
|
| 'favorite'
|
||||||
| 'info'
|
| 'info'
|
||||||
| 'inherit'
|
| 'inherit'
|
||||||
| 'muted'
|
| 'muted'
|
||||||
|
|||||||
Reference in New Issue
Block a user