Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Clean up box shadows and header styling #2060

Closed
nickytonline opened this issue Nov 6, 2023 · 4 comments · Fixed by #2058
Closed

Bug: Clean up box shadows and header styling #2060

nickytonline opened this issue Nov 6, 2023 · 4 comments · Fixed by #2058
Assignees
Labels
released on @beta released 🎨 style Visual issues not impacting functionality

Comments

@nickytonline
Copy link
Member

nickytonline commented Nov 6, 2023

After chatting with @isabensusan, some quick wins for polishing the app are to add more subtle box shadowing and change some background colouring for headers (bg-light-slate-3 to bg-light-slate-2).

Add the following box shadow class to the Tailwind config.

...
      boxShadow: {
+        "shadow-xs": "0px 1px 2px 0px rgba(16, 24, 40, 0.05)",
        login: "0px 64px 100px -80px #FF5F13, 0px 16px 56px rgba(181, 107, 72, 0.19)",
        superlative: "0px 22px 24px -8px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.1)",
        paginate: "0px 1px 2px rgba(237, 95, 0, 0.05), 0px 1px 1px rgba(237, 95, 0, 0.05)",
        input: "0px 1px 2px rgba(17, 24, 28, 0.05), 0px 1px 1px rgba(17, 24, 28, 0.05)",
      },
...

Relates to https://github.com/open-sauced/internal-team/issues/21

@nickytonline nickytonline added the 🎨 style Visual issues not impacting functionality label Nov 6, 2023
@nickytonline nickytonline self-assigned this Nov 6, 2023
Copy link

github-actions bot commented Nov 6, 2023

Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.

To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on Discord or follow up on the issue itself.

For full info on how to contribute, please check out our contributors guide.

Copy link

open-sauced bot commented Nov 7, 2023

🎉 This issue has been resolved in version 1.74.1-beta.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@nickytonline
Copy link
Member Author

Copy link

open-sauced bot commented Nov 9, 2023

🎉 This issue has been resolved in version 1.75.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@open-sauced open-sauced bot added the released label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released on @beta released 🎨 style Visual issues not impacting functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant