Fix font size

This commit is contained in:
Gregory Schier
2024-06-02 11:53:41 -07:00
parent 23dec8e96f
commit d8d0622773

View File

@@ -389,7 +389,7 @@ function PairEditorRow({
<Button <Button
size="xs" size="xs"
color="secondary" color="secondary"
className="font-mono text-sm" className="font-mono text-xs"
onClick={async (e) => { onClick={async (e) => {
e.preventDefault(); e.preventDefault();
const selected = await open({ const selected = await open({