safe-global / safe-homepage

Safe homepage
https://safe.global
MIT License
5 stars 13 forks source link

Add Transaction On Chain Component + Auxiliary Components #388

Closed Malayvasa closed 2 months ago

Malayvasa commented 2 months ago

Related to #380

Malayvasa commented 2 months ago

@DiogoSoaress For some components where I am dynamically modifying attributes (position, opacity, etc.) I will have to stick to inline style tags. Is there a way I can work around this?

Screenshot 2024-06-27 at 8 51 22 PM
DiogoSoaress commented 2 months ago

@Malayvasa In that case you can generate the style object from a function that receives direction as a parameter

Malayvasa commented 2 months ago

I have moved these changes to a separate PR #394. Please feel free to close this when applicable.