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