mirror of
https://github.com/ljcoder2015/obsidian-excel.git
synced 2026-07-22 08:30:28 +00:00
feat: change dark mode default text color
This commit is contained in:
parent
a12cb3a222
commit
d31a59c76a
2 changed files with 2 additions and 2 deletions
|
|
@ -213,7 +213,7 @@ export class ExcelView extends TextFileView {
|
|||
textwrap: false,
|
||||
strike: false,
|
||||
underline: false,
|
||||
color: '#fff',
|
||||
color: '#e6e6e6',
|
||||
font: {
|
||||
name: 'Helvetica',
|
||||
size: 10,
|
||||
|
|
|
|||
|
|
@ -206,7 +206,7 @@ const createSheetEl = (data: string, file: TFile, width: number, height: number
|
|||
textwrap: false,
|
||||
strike: false,
|
||||
underline: false,
|
||||
color: '#fff',
|
||||
color: '#e6e6e6',
|
||||
font: {
|
||||
name: 'Helvetica',
|
||||
size: 10,
|
||||
|
|
|
|||
Loading…
Reference in a new issue