fix(core): remove plugins settings (#5337)

depend on https://github.com/toeverything/AFFiNE/pull/5324
This commit is contained in:
Peng Xiao
2023-12-26 06:21:59 +00:00
parent 555d40c3da
commit 972de52833
19 changed files with 25 additions and 98 deletions

View File

@@ -12,7 +12,6 @@ export const loading = style({
[speedVar]: '1.5s',
},
textRendering: 'optimizeLegibility',
WebkitFontSmoothing: 'antialiased',
transform: 'rotate(-90deg)',
animation: `${rotate} ${speedVar} infinite linear`,
});