> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# borderRadiusSemantic

```ts theme={null}
const borderRadiusSemantic: {
  none: {
     value: 0;
  };
  xs: {
     value: "{font.size.base}";
     modify: {
        type: "multiply";
        value: 0.25;
     };
  };
  sm: {
     value: "{font.size.base}";
     modify: {
        type: "multiply";
        value: 0.5;
     };
  };
  md: {
     value: "{font.size.base}";
     modify: {
        type: "multiply";
        value: 0.75;
     };
  };
  lg: {
     value: "{font.size.base}";
     modify: {
        type: "multiply";
        value: 1;
     };
  };
  xl: {
     value: "{font.size.base}";
     modify: {
        type: "multiply";
        value: 1.5;
     };
  };
  full: {
     value: 99999;
  };
};
```

Semantic border radius tokens.

## Type declaration

| Name                   | Type                                                                                       | Default value        |
| ---------------------- | ------------------------------------------------------------------------------------------ | -------------------- |
| <a id="none" /> `none` | \{ `value`: `0`; }                                                                         | -                    |
| `none.value`           | `0`                                                                                        | `0`                  |
| <a id="xs" /> `xs`     | \{ `value`: `"{font.size.base}"`; `modify`: \{ `type`: `"multiply"`; `value`: `0.25`; }; } | -                    |
| `xs.value`             | `"{font.size.base}"`                                                                       | `"{font.size.base}"` |
| `xs.modify`            | \{ `type`: `"multiply"`; `value`: `0.25`; }                                                | -                    |
| `xs.modify.type`       | `"multiply"`                                                                               | `"multiply"`         |
| `xs.modify.value`      | `0.25`                                                                                     | `0.25`               |
| <a id="sm" /> `sm`     | \{ `value`: `"{font.size.base}"`; `modify`: \{ `type`: `"multiply"`; `value`: `0.5`; }; }  | -                    |
| `sm.value`             | `"{font.size.base}"`                                                                       | `"{font.size.base}"` |
| `sm.modify`            | \{ `type`: `"multiply"`; `value`: `0.5`; }                                                 | -                    |
| `sm.modify.type`       | `"multiply"`                                                                               | `"multiply"`         |
| `sm.modify.value`      | `0.5`                                                                                      | `0.5`                |
| <a id="md" /> `md`     | \{ `value`: `"{font.size.base}"`; `modify`: \{ `type`: `"multiply"`; `value`: `0.75`; }; } | -                    |
| `md.value`             | `"{font.size.base}"`                                                                       | `"{font.size.base}"` |
| `md.modify`            | \{ `type`: `"multiply"`; `value`: `0.75`; }                                                | -                    |
| `md.modify.type`       | `"multiply"`                                                                               | `"multiply"`         |
| `md.modify.value`      | `0.75`                                                                                     | `0.75`               |
| <a id="lg" /> `lg`     | \{ `value`: `"{font.size.base}"`; `modify`: \{ `type`: `"multiply"`; `value`: `1`; }; }    | -                    |
| `lg.value`             | `"{font.size.base}"`                                                                       | `"{font.size.base}"` |
| `lg.modify`            | \{ `type`: `"multiply"`; `value`: `1`; }                                                   | -                    |
| `lg.modify.type`       | `"multiply"`                                                                               | `"multiply"`         |
| `lg.modify.value`      | `1`                                                                                        | `1`                  |
| <a id="xl" /> `xl`     | \{ `value`: `"{font.size.base}"`; `modify`: \{ `type`: `"multiply"`; `value`: `1.5`; }; }  | -                    |
| `xl.value`             | `"{font.size.base}"`                                                                       | `"{font.size.base}"` |
| `xl.modify`            | \{ `type`: `"multiply"`; `value`: `1.5`; }                                                 | -                    |
| `xl.modify.type`       | `"multiply"`                                                                               | `"multiply"`         |
| `xl.modify.value`      | `1.5`                                                                                      | `1.5`                |
| <a id="full" /> `full` | \{ `value`: `99999`; }                                                                     | -                    |
| `full.value`           | `99999`                                                                                    | `99999`              |
