mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-25 10:18:31 +02:00
Fix font size
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user