ashwin3005 / password-generator

Password generator made with React
MIT License
21 stars 38 forks source link

Dark Mode CSS Bug Fix #48

Closed gkelley closed 2 years ago

gkelley commented 2 years ago

In darkmode on a large screen the container color does not fill the screen:

image

My fix will allow for full screen filling of the color

image
netlify[bot] commented 2 years ago

Deploy Preview for create-your-password ready!

Name Link
Latest commit b9df03756699d21c8804207ca69440eb831c2110
Latest deploy log https://app.netlify.com/sites/create-your-password/deploys/6343080726059b0009a621c0
Deploy Preview https://deploy-preview-48--create-your-password.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

ashwin3005 commented 2 years ago

what changes have you made?

gkelley commented 2 years ago

@ashwin3005 Just updated the description!

ashwin3005 commented 2 years ago

Thanks a lot for contributing.

gkelley commented 2 years ago

@ashwin3005 I am seeing some compilation errors when running locally:

1 ERROR in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details) webpack compiled with 3 errors

Have you seen this?