File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @programmer_network/yail" ,
3
- "version" : " 1.0.26 " ,
3
+ "version" : " 1.0.27 " ,
4
4
"description" : " Programmer Network's official UI library for React" ,
5
5
"author" : " Aleksandar Grbic - (https://programmer.network)" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ const Reactions: FC<IReactionsProps> = ({
18
18
isDisliking
19
19
} ) => {
20
20
return (
21
- < div className = 'flex gap-4 py-2 text-primary-text-color' >
21
+ < div className = 'flex gap-4 text-primary-text-color' >
22
22
< div className = 'flex gap-8' >
23
- < div className = 'my-0 flex items-center justify-center gap-4 ' >
23
+ < div className = 'my-0 flex items-center justify-center gap-2 ' >
24
24
{ isLiking ? (
25
25
< IconSpinner className = 'w-5' />
26
26
) : (
@@ -37,7 +37,7 @@ const Reactions: FC<IReactionsProps> = ({
37
37
</ >
38
38
) }
39
39
</ div >
40
- < div className = 'flex items-center justify-center gap-4 ' >
40
+ < div className = 'flex items-center justify-center gap-2 ' >
41
41
{ isDisliking ? (
42
42
< Spinner className = 'w-5' />
43
43
) : (
You can’t perform that action at this time.
0 commit comments