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

Updated guide infobox background to #EEF1F4 and added bottom padding … #1878

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

mmogesdesigns
Copy link
Member

…for consistency

Fixes #1823

What changes did you make?

-Updated guide infobox background to #EEF1F4

  • added bottom padding …

Why did you make the changes (we will use this info to test)?

  • Style changes from designers to make the overall UI better.

Issue-Specific User Account

If you registered a new, temporary TDM User Account for this issue, indicate the
username (i.e., email address) for the account.

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

Visuals before changes are applied

image

Visuals after changes are applied

image

@@ -4,9 +4,9 @@ import { createUseStyles } from "react-jss";
const useStyles = createUseStyles({
container: {
width: "calc((100% / 14.5) * 3);",
background: "#e9e9f1",
background: "#EEF1F4",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than hard-coding hex color values, this should get the colors.lightGray color value from the theme.

@entrotech entrotech merged commit c72a4eb into develop Oct 3, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Background color and spacing changes to Guide Infobox
2 participants