mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
use new favorite color for icons
This commit is contained in:
@@ -143,10 +143,6 @@
|
||||
opacity: 1;
|
||||
transform: scale(0.9);
|
||||
}
|
||||
|
||||
svg {
|
||||
stroke: rgb(255 255 255);
|
||||
}
|
||||
}
|
||||
|
||||
.user-data {
|
||||
|
||||
@@ -128,10 +128,10 @@ export const ItemCardControls = ({
|
||||
icon="favorite"
|
||||
iconProps={{
|
||||
color: (item as { userFavorite: boolean }).userFavorite
|
||||
? 'primary'
|
||||
? 'favorite'
|
||||
: 'default',
|
||||
fill: (item as { userFavorite: boolean }).userFavorite
|
||||
? 'primary'
|
||||
? 'favorite'
|
||||
: undefined,
|
||||
}}
|
||||
onClick={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user