Revert unneeded changes to Button
This commit is contained in:
@@ -874,10 +874,10 @@ export function ButtonIcon({
|
|||||||
left: '50%',
|
left: '50%',
|
||||||
transform: [
|
transform: [
|
||||||
{
|
{
|
||||||
translateX: Math.ceil((iconSize / 2) * -1),
|
translateX: (iconSize / 2) * -1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
translateY: Math.ceil((iconSize / 2) * -1),
|
translateY: (iconSize / 2) * -1,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user