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

FE: tailwind config updates [MRXN23-450] #1500

Merged
merged 14 commits into from
Sep 21, 2023

Conversation

anamontiaga
Copy link
Collaborator

@anamontiaga anamontiaga commented Sep 13, 2023

Tailwind config updates

Overview

This PR change tailwind config styles to disable old custom styles and override tailwind styles extending ones.

Also updates main colors in config and trough the app.

NOTE: Old tailwind configs are still in the project with _old prefix

Designs

Figma Design System

Feature relevant tickets

MRXN23-450

@vercel
Copy link

vercel bot commented Sep 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marxan ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 21, 2023 3:33pm

@andresgnlez
Copy link
Member

@anamontiaga things I've found so far:

  • the following classes do not exist anymore: space-y-18, w-26,
  • text-gray-100 now is too light to use for texts:
    image
  • "Edited..." text should probably be greyer
    image
  • Review info button grey
    image
  • Recommended file size is not legible
    image
  • Target and SPF is too light now:
    image

},
fontFamily: {
heading: 'Poppins',
sans: [
Copy link
Member

Choose a reason for hiding this comment

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

I don't think we need to set the whole list of fonts available, just add ours and let the rest of them be the default ones: https://tailwindcss.com/docs/font-family#customizing-the-default-font

Copy link
Member

Choose a reason for hiding this comment

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

Same for serif and mono families.

@andresgnlez
Copy link
Member

Good job overall, I was expecting this to be way worse 👏🏻 👏🏻

@andresgnlez andresgnlez merged commit 68da64c into develop Sep 21, 2023
11 checks passed
@andresgnlez andresgnlez deleted the MRXN23-450-tailwind-updates branch September 21, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Everything related frontend Ready to review PR ready to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants