Summary
Align DevSignerScreen with the rest of the app by using useAppTheme instead of importing the lower-level theme hook directly.
Suggested files
src/screens/DevSignerScreen.tsx
Acceptance criteria
- The issue described above is implemented or documented in a focused change.
- Existing behavior outside this task is preserved.
npm run typecheck passes when code is changed.
- UI changes include screenshots or a short manual verification note.
Contributor notes
Please keep the PR scoped to this issue and mention any backend assumptions in the PR description.
Summary
Align DevSignerScreen with the rest of the app by using useAppTheme instead of importing the lower-level theme hook directly.
Suggested files
src/screens/DevSignerScreen.tsxAcceptance criteria
npm run typecheckpasses when code is changed.Contributor notes
Please keep the PR scoped to this issue and mention any backend assumptions in the PR description.