-On `src/core/theme/defaultTheme/components`, you will find a file for each component. For example, the `Button` component has a `Button.ts` file. This file contains the default styles of the component and its subcomponents for each relevant state. You should add your component styles file there, and don't forget to add the component to the `components` object on the `src/core/theme/defaultTheme/index.ts` file. You can see more about how to set the default styles on the [Styling your component](/docs/contributing/StylingYourComponent) section.
0 commit comments