refactor(editor): Change UI and monospace fonts (#13839)

This commit is contained in:
Tuukka Kantola
2025-03-17 21:13:57 +01:00
committed by GitHub
parent bda068880e
commit eb91111ddf
83 changed files with 153 additions and 146 deletions

View File

@@ -63,7 +63,7 @@ withDefaults(defineProps<RadioButtonProps>(), {
display: flex;
align-items: center;
border-radius: var(--border-radius-base);
font-weight: var(--font-weight-bold);
font-weight: var(--font-weight-medium);
color: var(--color-text-base);
transition: background-color 0.2s ease;
cursor: pointer;