fix: table tr background color

This commit is contained in:
changjun
2023-08-10 07:38:33 +08:00
parent a6a3737754
commit 7d0d2d9357
4 changed files with 9 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
export default {
fontSans: ['LXGWWenKaiGBScreen'],
fontMono: ['JetBrainsMono-Regular'],
fontSans: ['Inter', 'LXGWWenKaiGBScreen'],
fontMono: ['JetBrainsMono'],
}