Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistgo87 committed Jan 19, 2023
1 parent 400f771 commit cca4ea9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/@holaplexui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@holaplex/ui-library-react": "^0.4.0",
"@holaplex/ui-library-react": "*",
"@next/font": "13.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
Expand Down
3 changes: 2 additions & 1 deletion packages/@holaplexui-playground/pages/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,14 @@ export default function App() {
<div className='w-[400px] mx-auto flex flex-col gap-4 justify-center items-center p-4'>
<Form>
<Form.Label name='Email' />
<Form.Input />
<Form.Input placeholder='e.g. [email protected]' />
<Form.Label
name='Password'
asideComponent={<div className='text-xs'>Forgot Password?</div>}
className='mt-5'
/>
<Form.Password
placeholder='Enter your password'
showPasswordIcon={<ShowPasswordIcon />}
hidePasswordIcon={<HidePasswordIcon />}
/>
Expand Down
2 changes: 1 addition & 1 deletion packages/@holaplexui-playground/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ a {
@apply flex flex-row w-full items-center rounded-md border border-gray-800;
}
.form-input {
@apply text-black w-full appearance-none focus:appearance-none border-none focus:border-none outline-none focus:outline-none border-transparent focus:border-transparent;
@apply w-full text-black appearance-none focus:appearance-none border-none focus:border-none outline-none focus:outline-none border-transparent focus:border-transparent;
}

.form-input-icon-container {
Expand Down
2 changes: 1 addition & 1 deletion packages/@holaplexui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@holaplex/ui-library-react",
"author": "Holaplex Inc.",
"version": "0.4.0",
"version": "0.4.1",
"description": "Holaplex react ui library components",
"private": false,
"files": [
Expand Down

0 comments on commit cca4ea9

Please sign in to comment.