You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however, as per the documentation here: Devvit docs the style should be yellow
Expected Resolution
This appears to happen since the css is compiled to class button-secondary rather than button-caution. Please correct the compilation, since the caution class does appear to be present in the css, maybe the build process incorrectly compiles to secondary instead.
Hoping for a quick resolution. Thanks!
The text was updated successfully, but these errors were encountered:
Issue
Using the Block component shows up the same as i.e. a dark grey color rather than yellow
Example Devvit Code
<button appearance="caution" onPress={() => someAction('here') }>
however, as per the documentation here: Devvit docs the style should be yellow
Expected Resolution
This appears to happen since the css is compiled to class button-secondary rather than button-caution. Please correct the compilation, since the caution class does appear to be present in the css, maybe the build process incorrectly compiles to secondary instead.
Hoping for a quick resolution. Thanks!
The text was updated successfully, but these errors were encountered: