Skip to content

Commit

Permalink
fix: css and missing onchange handler for token input
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyey committed Jun 21, 2023
1 parent c242d73 commit 3d43512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/pages/popup/components/login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export default function LoginComponent() {
name="api-token"
type="text"
required
onChange={handleTokenChange}
value={apiToken}
className="appearance-none relative block
w-full px-3 py-2 border border-gray-300
placeholder-gray-500 text-gray-900 rounded-md
Expand Down
2 changes: 1 addition & 1 deletion src/pages/popup/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {

.home-component {
width: 600px;
height: 600px;
height: 400px;
}
.scrollbar::-webkit-scrollbar {
width: 5px;
Expand Down

0 comments on commit 3d43512

Please sign in to comment.