From 164d79ff32422ea3ff503226cad099dceb632b31 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Fri, 5 Jul 2024 20:39:57 -0400 Subject: [PATCH] =?UTF-8?q?refactor(Echo):=20=E2=99=BB=EF=B8=8F=20use=20CS?= =?UTF-8?q?S=20variable=20for=20border=20radius?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skinStyles/extensions/Echo/ext.echo.styles.badge.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skinStyles/extensions/Echo/ext.echo.styles.badge.less b/skinStyles/extensions/Echo/ext.echo.styles.badge.less index dcac3b3e..f3703b55 100644 --- a/skinStyles/extensions/Echo/ext.echo.styles.badge.less +++ b/skinStyles/extensions/Echo/ext.echo.styles.badge.less @@ -19,6 +19,6 @@ content: ''; background: var( --color-progressive ); border: 4px solid var( --color-surface-0 ); - border-radius: 100%; + border-radius: var( --border-radius-circle ); } }