diff --git a/design-tokens/input/tokens.json b/design-tokens/input/tokens.json index 16993284..ea43dec8 100644 --- a/design-tokens/input/tokens.json +++ b/design-tokens/input/tokens.json @@ -2682,7 +2682,7 @@ "background": "{color.bg.surface.default.default}", "borderColor": "{color.border.neutral.default}", "color": "{color.fg.default}", - "borderRadius": "{dimension.borderRadius.max}", + "borderRadius": "{dimension.borderRadius.500}", "shadow": "{effects.elevation.400}" }, "header": { diff --git a/src/components/Dialog/__tests__/__snapshots__/Dialog.test.tsx.snap b/src/components/Dialog/__tests__/__snapshots__/Dialog.test.tsx.snap index 8fd76ec3..c5d35859 100644 --- a/src/components/Dialog/__tests__/__snapshots__/Dialog.test.tsx.snap +++ b/src/components/Dialog/__tests__/__snapshots__/Dialog.test.tsx.snap @@ -128,7 +128,7 @@ exports[`Dialog component tests basic dialog with title, body and footer 1`] = ` { "backgroundColor": "#ffffff", "borderColor": "#e2e2e4", - "borderRadius": 1600, + "borderRadius": 20, }, { "maxHeight": 1234, diff --git a/src/theme/tokens/components/dark.json b/src/theme/tokens/components/dark.json index 3bef7b42..92ef0ad4 100644 --- a/src/theme/tokens/components/dark.json +++ b/src/theme/tokens/components/dark.json @@ -1052,7 +1052,7 @@ "background": "#404348", "borderColor": "#404348", "color": "#ffffff", - "borderRadius": 1600, + "borderRadius": 20, "shadow": "0 4px 8px rgba(0, 0, 0, 0.2000)" }, "header": { diff --git a/src/theme/tokens/components/light.json b/src/theme/tokens/components/light.json index be686424..03d07ddd 100644 --- a/src/theme/tokens/components/light.json +++ b/src/theme/tokens/components/light.json @@ -1052,7 +1052,7 @@ "background": "#ffffff", "borderColor": "#e2e2e4", "color": "#2b2e33", - "borderRadius": 1600, + "borderRadius": 20, "shadow": "0 4px 8px rgba(0, 0, 0, 0.2000)" }, "header": {