File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ export function ListItem({
117
117
< Dialog open = { isOpen } onOpenChange = { ( ) => handleOpenModal ( id ) } >
118
118
< DialogTrigger asChild >
119
119
< Button className = "bg-transparent hover:bg-transparent p-0" >
120
- < Pencil className = "w-5 h-5 md:w-6 md:h-6 text-light-grey hover:text-opacity-75 dark:text-emerald-500 dark:hover:text-opacity-80 transform hover:scale-110 transition-transform duration-150 sm:hover:scale-125" />
120
+ < Pencil className = "w-5 h-5 text-light-grey hover:text-opacity-75 dark:text-emerald-500 dark:hover:text-opacity-80 transform hover:scale-110 transition-transform duration-150 sm:hover:scale-125" />
121
121
</ Button >
122
122
</ DialogTrigger >
123
123
< DialogContent >
@@ -146,7 +146,7 @@ export function ListItem({
146
146
id = { id }
147
147
onClick = { ( ) => setIsAlertOpen ( true ) }
148
148
>
149
- < Trash2 className = "w-5 h-5 md:w-6 md:h-6 text-gray-600 hover:text-opacity-75 dark:text-emerald-500 dark:hover:text-opacity-80 transform hover:scale-110 transition-transform duration-150 sm:hover:scale-125" />
149
+ < Trash2 className = "w-5 h-5 text-gray-600 hover:text-opacity-75 dark:text-emerald-500 dark:hover:text-opacity-80 transform hover:scale-110 transition-transform duration-150 sm:hover:scale-125" />
150
150
</ Button >
151
151
</ AlertDialogTrigger >
152
152
< AlertDialogContent className = "p-6 sm:p-10" >
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ export function SingleList({
89
89
aria-label = "Share list"
90
90
className = "text-green-500 hover:text-green-500 dark:text-ruby-pink dark:hover:text-primary-pink hover:text-opacity-80 dark:hover:text-opacity-80 transform hover:scale-110 transition-transform duration-150 sm:hover:scale-125"
91
91
>
92
- < FaShareNodes className = "w-5 h-5 md:w-6 md:h-6 " />
92
+ < FaShareNodes className = "w-5 h-5" />
93
93
</ button >
94
94
) : (
95
95
< TooltipProvider >
@@ -100,7 +100,7 @@ export function SingleList({
100
100
type = "button"
101
101
onClick = { ( ) => setIsAlertOpen ( true ) }
102
102
>
103
- < FaShareNodes className = "w-5 h-5 md:w-6 md:h-6 text-gray-500" />
103
+ < FaShareNodes className = "w-5 h-5 text-gray-500" />
104
104
</ Button >
105
105
</ TooltipTrigger >
106
106
< TooltipContent >
@@ -117,7 +117,7 @@ export function SingleList({
117
117
type = "button"
118
118
onClick = { ( ) => setIsAlertOpen ( true ) }
119
119
>
120
- < Trash2 className = "w-5 h-5 md:w-6 md:h-6 text-primary-pink hover:text-opacity-75 dark:text-emerald-500 dark:hover:text-opacity-80 transform hover:scale-110 transition-transform duration-150 sm:hover:scale-125" />
120
+ < Trash2 className = "w-5 h-5 text-primary-pink hover:text-opacity-75 dark:text-emerald-500 dark:hover:text-opacity-80 transform hover:scale-110 transition-transform duration-150 sm:hover:scale-125" />
121
121
</ Button >
122
122
</ AlertDialogTrigger >
123
123
< AlertDialogContent >
@@ -155,7 +155,7 @@ export function SingleList({
155
155
type = "button"
156
156
onClick = { ( ) => setIsAlertOpen ( true ) }
157
157
>
158
- < Trash2 className = "w-5 h-5 md:w-6 text-gray-500" />
158
+ < Trash2 className = "w-5 h-5 text-gray-500" />
159
159
</ Button >
160
160
</ TooltipTrigger >
161
161
< TooltipContent >
You can’t perform that action at this time.
0 commit comments