project-error / npwd

NPWD is a FiveM phone resource written entirely in TypeScript and React.
https://projecterror.dev
Other
351 stars 275 forks source link

Camera: Fix camera styles #1025

Closed BackSH00TER closed 1 year ago

BackSH00TER commented 1 year ago

Pull Request Description

This PR fixes some of the styling issues in the camera app.

Note: We found that these styling issues are caused by the Tailwind styles imported in the phone/src/main.css. It is styling button tag directly and as a result overrides the MUI styles in many places. This solution is more of a short term / bandaid fix until a longer term solution is figured out with the use of Tailwind and MUI styles.

BEFORE image image

AFTER image image

Pull Request Checklist: