mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
refactor(editor): Change UI and monospace fonts (#13839)
This commit is contained in:
@@ -84,7 +84,7 @@ const i18n = useI18n();
|
||||
font-size: 24px;
|
||||
line-height: 24px;
|
||||
color: $updates-panel-text-color;
|
||||
font-weight: 400;
|
||||
font-weight: var(--font-weight-regular);
|
||||
}
|
||||
|
||||
.description {
|
||||
@@ -96,7 +96,7 @@ const i18n = useI18n();
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
color: $updates-panel-description-text-color;
|
||||
font-weight: 400;
|
||||
font-weight: var(--font-weight-regular);
|
||||
margin: 0 0 16px 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user