From d9e8ce802f9f5cca7e322f2d584881383c70ed8f Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Mon, 14 Jul 2025 12:54:47 +0800 Subject: [PATCH] fix(core): loading spinner color issue (#13192) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### PR Dependency Tree * **PR #13192** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) ## Summary by CodeRabbit * **Style** * Updated the loading icon to ensure consistent appearance by explicitly setting the fill property to none using an inline style. --- blocksuite/affine/components/src/icons/loading.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/blocksuite/affine/components/src/icons/loading.ts b/blocksuite/affine/components/src/icons/loading.ts index 738bcbea40..5b31a629bb 100644 --- a/blocksuite/affine/components/src/icons/loading.ts +++ b/blocksuite/affine/components/src/icons/loading.ts @@ -18,6 +18,7 @@ export const LoadingIcon = ({ viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none" + style="fill: none;" >