diff --git a/data-room-ui/packages/assets/style/bsTheme.scss b/data-room-ui/packages/assets/style/bsTheme.scss index f74be2a8..3c77fb9a 100644 --- a/data-room-ui/packages/assets/style/bsTheme.scss +++ b/data-room-ui/packages/assets/style/bsTheme.scss @@ -16,6 +16,7 @@ // input .bs-el-input { .el-input__inner { + font-family:-apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji; border: none !important; color: var(--bs-el-text) !important; background: var(--bs-background-1) !important; @@ -23,6 +24,7 @@ } .el-textarea__inner { + font-family:-apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji; color: var(--bs-el-text) !important; background: var(--bs-el-background-1) !important; border-color: var(--bs-el-border) !important;