# FAQs

### I am extending multiple themes and it doesn't look like the app is using the correct theme. What do?

Take care in the order that you are using `extends`.

### How can I make a specific UI component stand out in a view?

You can either add styles to the component in the view or if you want to do this for multiple components, you can create a new custom theme and reference the theme on the specific UI components.

### Which UI components and attributes can be customized?

Utilize OXIDE's auto-completion inside the `config.json` file for a list of customizable UI components and attributes.

Example: a list of customizable UI attributes:

![](https://2865107717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9TCHLR67eLHBOjPvHhud%2Fuploads%2Fgit-blob-b479ee60a14b4939d6b152edbf576c7ae4c4c6e7%2Fconfig-components.png?alt=media)

Example: a list of customizable attributes for `object-table`:

![](https://2865107717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9TCHLR67eLHBOjPvHhud%2Fuploads%2Fgit-blob-558e01567ba6cc291cf66f62a4dd7afb68ff4e67%2Fconfig-attributes.png?alt=media)

### I want to configure a specific attribute on a UI component, but it doesn't seem to be available. What do I do?

Please let us know what you'd like to do on [roadmap.journeyapps.com](https://roadmap.journeyapps.com/) by submitting an idea.
