Results 3 comments of Toru Takahashi

Is anyone currently working on implementing this issue? If there isn’t an existing PR submitted, I would like to take it on. Would that be alright?

Awesome! I created a sample application using the Storage Browser from an Amplify application in my local environment. However, there's one thing that's bothering me. The attached image is a...

@reesscot Thank you for replying. I was only importing `@aws-amplify/ui-react/styles.css`, but it improved a bit after also importing `@aws-amplify/ui-react-storage/storage-browser-styles.css` like this: ```javascript import "@aws-amplify/ui-react-storage/storage-browser-styles.css"; import "@aws-amplify/ui-react/styles.css"; ``` However, the box...