refactor(core): use custom scrollbar for editor and adjust shared page style (#5752)

Close TOV-481
- Use a custom scrollbar component for editor
- Modified the header of the share page and added a new footer
This commit is contained in:
JimmFly
2024-02-26 08:54:52 +00:00
parent e9f9eea80c
commit 0be62d892d
26 changed files with 504 additions and 209 deletions

View File

@@ -4,7 +4,7 @@ export const modalHeaderWrapper = style({});
globalStyle(`${modalHeaderWrapper} .logo`, {
fontSize: cssVar('fontH3'),
fontWeight: 600,
color: cssVar('blue'),
color: cssVar('black'),
marginRight: '6px',
verticalAlign: 'middle',
});
@@ -32,7 +32,7 @@ export const authInputWrapper = style({
});
globalStyle(`${authInputWrapper} label`, {
display: 'block',
color: 'var(--light-text-color-text-secondary-color, #8E8D91)',
color: cssVar('textSecondaryColor'),
marginBottom: '4px',
fontSize: cssVar('fontSm'),
fontWeight: 600,