mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-20 10:42:16 +00:00
update input border styles
This commit is contained in:
parent
0e4724f9bd
commit
9ce46dd3c7
3 changed files with 4 additions and 4 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 && (
|
||||
|
|
|
|||
Loading…
Reference in a new issue