---
title: "FAQs"
description: "I am extending multiple themes and it doesn't look like the app is using the correct theme. What do?"
permalink: /docs/build/app-styling-and-customizations/component-styling-and-configuration/faqs/
---
# 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:

![](./media/spaces-2f9tchlr67elhbojpvhhud-2fuploads-2fgit-blob-b479ee60a14b4939d6b152edbf576c7ae4c4c6e7-2fconfig-components-00fed35b.png)

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

![](./media/spaces-2f9tchlr67elhbojpvhhud-2fuploads-2fgit-blob-558e01567ba6cc291cf66f62a4dd7afb68ff4e67-2fconfig-attributes-9706555d.png)

### 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.

