mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
970d2d28ca
commit
ac92299778
@ -27,8 +27,8 @@ const terminalFontPreferenceModelInjectable = getInjectable({
|
|||||||
return {
|
return {
|
||||||
options: computed(() => terminalFonts.map(font => ({
|
options: computed(() => terminalFonts.map(font => ({
|
||||||
label: (
|
label: (
|
||||||
<span style={{ fontFamily: `${font}, var(--font-terminal)`, fontSize: userStore.terminalConfig.fontSize }}>
|
<span style={{ fontFamily: `${font.name}, var(--font-terminal)`, fontSize: userStore.terminalConfig.fontSize }}>
|
||||||
{font}
|
{font.name}
|
||||||
</span>
|
</span>
|
||||||
),
|
),
|
||||||
value: font.name,
|
value: font.name,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user