fix KeySymbol font size

This commit is contained in:
galister 2026-02-02 12:56:20 +09:00 committed by GitHub
parent 4821123c73
commit 676a96b2cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
<template name="KeySymbol">
<div macro="keycap_div">
<rectangle id="${id}" macro="keycap_rect" gap="3">
<label color="~color_text_translucent" text="${text_shift}" size="1" />
<label color="~color_text_translucent" text="${text_shift}" size="18" />
<label text="${text}" size="18" />
</rectangle>
</div>