This commit is contained in:
Timothy Jaeryang Baek
2026-02-13 14:48:10 -06:00
parent 2487c84f1f
commit 64fa26bd28
3 changed files with 3 additions and 3 deletions

View File

@@ -854,7 +854,7 @@
<div class="w-full flex justify-between items-center">
<input
type="text"
class="text-left w-full text-lg font-primary bg-transparent outline-hidden flex-1"
class="text-left w-full text-lg bg-transparent outline-hidden flex-1"
bind:value={knowledge.name}
placeholder={$i18n.t('Knowledge Name')}
disabled={!knowledge?.write_access}

View File

@@ -149,7 +149,7 @@
<div class="flex-1">
<Tooltip content={$i18n.t('e.g. Code Review Guidelines')} placement="top-start">
<input
class="w-full text-2xl bg-transparent outline-hidden font-primary"
class="w-full text-2xl bg-transparent outline-hidden"
type="text"
placeholder={$i18n.t('Skill Name')}
bind:value={name}

View File

@@ -238,7 +238,7 @@ class Tools:
<div class="flex-1">
<Tooltip content={$i18n.t('e.g. My Tools')} placement="top-start">
<input
class="w-full text-2xl bg-transparent outline-hidden font-primary"
class="w-full text-2xl bg-transparent outline-hidden"
type="text"
placeholder={$i18n.t('Tool Name')}
bind:value={name}