When an app is imported as dependency, the styling made on the components used by the dependency itself are lost.
Is it possibile to style the components of the dependency inside the app dependency without import the css on the principal project?
if you move both your projects over to using layouts this should work
to do this:
- open each app separately
- open any form
- click the three dots in the toolbar → use as layout
- confirm you want to migrate
- now click the three dots again and unclick the use as layout option
there are some subtle changes after the migration
one of which is dependency theme.css will be included in the main app
3 Likes
No way! This solves a chunk of my use cases from
3 Likes