mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 09:22:38 +03:00
fix: button should have its font-family inherited (#6311)
This commit is contained in:
parent
ffbfdb65a2
commit
095f8c2359
@ -171,7 +171,7 @@ legend {
|
||||
outline: 0;
|
||||
border: 0;
|
||||
font-size: var(--affine-font-base);
|
||||
font-family: var(--affine-font-family);
|
||||
font-family: inherit;
|
||||
font-feature-settings: 'calt' 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user