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