Skip to content

Commit

Permalink
Revert "feat: remove user tap highlight"
Browse files Browse the repository at this point in the history
This reverts commit 9dbcebc.
  • Loading branch information
javigaralva committed Nov 4, 2022
1 parent 9dbcebc commit 7283c81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions src/components/javigaralva/password-generator-app.css

This file was deleted.

4 changes: 1 addition & 3 deletions src/components/javigaralva/password-generator-app.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './password-generator-app.css'

import { useState, useEffect, type ChangeEventHandler } from 'react'
import { sample } from './utils/sample'
import { ColorizedPassword } from './components/colorized-password'
Expand Down Expand Up @@ -88,7 +86,7 @@ export default function Main() {
}, [passwordLength])

return (
<div className='javigaralva-no-tap-highlight w-screen h-screen bg-stone-800 select-none'>
<div className='w-screen h-screen bg-stone-800'>
<div className='flex place-content-center h-screen'>
<div className='flex flex-col min-w-100 place-items-center justify-evenly'>
<div className='min-h-min mx-10 text-center mt-32'>
Expand Down

0 comments on commit 7283c81

Please sign in to comment.