Currently, I am collaborating within an NX Monorepo and utilizing a shared ui-components library that extends the capabilities of Angular Material Components. Despite using different themes for various applications, I am aiming to incorporate appearance='outline'
for a specific application.
My inquiry revolves around whether it is feasible to define the appearance
parameter in the theme file itself?
While my current workaround involves drafting a wrapper component that enforces the outline appearance, I would prefer to achieve this configuration directly through the theme settings.