diff --git a/frontend/src/components/tools/rotate/RotateSettings.tsx b/frontend/src/components/tools/rotate/RotateSettings.tsx index 0ac39700e..f8c1ea83d 100644 --- a/frontend/src/components/tools/rotate/RotateSettings.tsx +++ b/frontend/src/components/tools/rotate/RotateSettings.tsx @@ -44,7 +44,7 @@ const RotateSettings = ({ parameters, disabled = false }: RotateSettingsProps) = style={{ width: '280px', height: '280px', - border: '2px dashed var(--mantine-color-gray-4)', + border: '1px solid var(--mantine-color-gray-3)', borderRadius: '8px', display: 'flex', alignItems: 'center',