feat(settings): accent-colored input cursor in add-source form

Match the input's focusedTextColor with cursorColor=theme.accent on
both the name and URL fields.
This commit is contained in:
2026-08-10 20:57:13 -04:00
parent 2bb612ee07
commit dc2b22eaa5

View File

@@ -105,6 +105,7 @@ function AddSourceForm() {
width={25}
textColor={theme.text}
focusedTextColor={theme.accent}
cursorColor={theme.accent}
/>
</box>
<box flexDirection="row" gap={1}>
@@ -120,6 +121,7 @@ function AddSourceForm() {
width={35}
textColor={theme.text}
focusedTextColor={theme.accent}
cursorColor={theme.accent}
/>
</box>
<box