added css class for tabs

This commit is contained in:
Burak Civan
2022-11-24 16:32:12 +03:00
parent 96fa22029a
commit bac9e56c62
8 changed files with 20 additions and 19 deletions

View File

@ -3,7 +3,7 @@
<span
id="{{ $favorited ? 'remove-from-favorite' : 'add-to-favorite' }}"
@class([
'flex items-center text-purple text-2xl ltr:ml-2 rtl:mr-2 lg:mt-4 cursor-pointer',
'flex items-center text-purple text-2xl ltr:ml-2 rtl:mr-2 cursor-pointer',
'material-icons-outlined transform transition-all hover:scale-125' => ($favorited) ? false : true,
'material-icons' => (! $favorited) ? false : true,
])