# Corner radius

### Rounded corners

There are three areas of the controls where the rounded corner styles are used: large, medium and small dimension UI elements.

![](/files/l1Q7p8oqDbNdIhe9on8V)

#### 1. Large dimension UI elements

The default radius value we use for these UI elements is 16px.

![](/files/lkmSrR0SoHtMjX5KjELX)

Sen OS uses max two levels of rounding depending on inside contents.

![](/files/x2mw0PpfwQtVtbP2fSRd)

![](/files/jJKC3Rta3lhitPyh5J5p)

**UI elements:**&#x20;

* Card&#x20;
* Modal
* Popconfirm

#### 2. Medium dimension UI elements

The default radius value we use for these UI elements is 8px.

![](/files/ezfxignBVjJ3GkA4reWU)

**UI elements:**&#x20;

* Button&#x20;
* Input&#x20;
* Select&#x20;
* Tooltip&#x20;
* List&#x20;
* Radio button&#x20;
* Dropdown

#### 3. Small dimension UI elements

The default radius value we use for these UI elements is 4px.

![](/files/VmP3HKCTkg0HG9uYAJZh)

**UI elements:**&#x20;

* ScrollBar&#x20;
* Slider&#x20;
* Checkbox

### When not to round?

There are instances where the corner of a control should not be rounded, and we don't round these by default:

* Dropdown

![](/files/O5ta1r0BBDdNWm6Yb9xr)

### Sample code

```
// Some code
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sentre.io/design-pricinples/corner-radius.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
