From 1a77c1d314205dd8c31d69115ca2dba0660d7a5d Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 13 May 2024 12:19:41 +0300 Subject: [PATCH] Fixed border radius --- components/lib/themes/aura/image/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/themes/aura/image/index.js b/components/lib/themes/aura/image/index.js index 3d9f664e3..9600f2332 100644 --- a/components/lib/themes/aura/image/index.js +++ b/components/lib/themes/aura/image/index.js @@ -19,7 +19,7 @@ export default { background: 'rgba(255,255,255,0.1)', borderColor: 'rgba(255,255,255,0.2)', borderWidth: '1px', - borderRadius: '{30px}', + borderRadius: '30px', padding: '.5rem', gap: '0.5rem' },