update input border styles

This commit is contained in:
Pas 2025-11-06 10:06:43 -07:00
parent 0e4724f9bd
commit 9ce46dd3c7
3 changed files with 4 additions and 4 deletions

View file

@ -149,7 +149,7 @@ export function GroupDropdown({
type="text"
value={newGroup}
onChange={(e) => setNewGroup(e.target.value)}
className="flex-1 px-2 py-1 rounded bg-background-main text-white border border-background-secondary text-xs min-w-0 placeholder:text-type-secondary"
className="flex-1 px-2 py-1 rounded bg-background-main text-white border border-background-secondary outline-none text-xs min-w-0 placeholder:text-type-secondary"
placeholder="Group name"
autoFocus
onKeyDown={(e) => {

View file

@ -116,7 +116,7 @@ export function EditBookmarkModal({
value={title}
onChange={(e) => setTitle(e.target.value)}
placeholder={t("home.bookmarks.edit.titlePlaceholder")}
className="w-full px-3 py-2 bg-background-main border border-background-secondary rounded-lg text-white text-sm placeholder:text-type-secondary"
className="w-full px-3 py-2 bg-background-main outline-none rounded text-sm text-white"
/>
</div>
@ -134,7 +134,7 @@ export function EditBookmarkModal({
)
}
placeholder={t("home.bookmarks.edit.yearPlaceholder")}
className="w-full px-3 py-2 bg-background-main border border-background-secondary rounded-lg text-white text-sm placeholder:text-type-secondary"
className="w-full px-3 py-2 bg-background-main outline-none rounded text-sm text-white"
/>
</div>

View file

@ -120,7 +120,7 @@ export function EditGroupModal({
handleSave();
}
}}
className="w-full px-3 py-2 bg-background-main border border-border rounded text-sm"
className="w-full px-3 py-2 bg-background-main outline-none rounded text-sm"
autoFocus
/>
{newGroupName.trim().length > 0 && (