Allow styling of mobile action sheet

This is the pop from from camera component
image

This is from my own action sheet attached to delete button. It would nice to style it the same as camera component

image

Since I unfortunately can't do much to help ya out here I thought I'd just point out a couple alternatives for anybody reading that's curious.

  • you could use the HTML component with just a button (or a group of buttons i guess) which will give you access to custom CSS where you can define the styles since the GUI doesn't have all styling options included.
  • since it's a confirmation popup you could build the whole thing as a module or custom component which would open up possibilities like reusing the confirmation window for stuff other than 'Delete Project' without having to put duplicate code all over the place. Here you also get to define your own CSS so you can do whatever you want.

you could also use the App Custom CSS section to define your styles however the class names and id's of components aren't guaranteed to always be the same so you might have to fix it every now and then after any changes.

Thanks for the suggestion. I was using a pop up page to handle confirmation, but went with action sheet trying to reduce the app size. I had a major crash bug that's very likely to be app size related.

There are numerous ways, I think if Retool officially add an option would be the most light weight solution, at least for app performance.

Second to that would be CSS assuming all action sheet across different page share similar id or class