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

Adds gradients for breakpoints larger than xs #795

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/utilities/dataSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ export const fontWeights = {

export const heroGradient = {
black: 'su-from-saa-black',
brick: 'su-from-brick su-to-brick/30',
'palo-alto-dark': 'su-from-palo-alto-dark su-to-palo-alto-dark/30',
white: 'su-from-white su-to-white/30',
brick: 'xs:su-from-brick su-to-brick/30',
'palo-alto-dark': 'xs:su-from-palo-alto-dark su-to-palo-alto-dark/30',
white: 'xs:su-from-white su-to-white/30',
Comment on lines +138 to +140
Copy link
Member

@sherakama sherakama Jan 25, 2024

Choose a reason for hiding this comment

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

@yvonnetangsu

You removed the xs from these here: 048f9a3#r1443322032 in #710

But they are not working as intended on the current site. This is to fix that. Can you look at this again please?

Copy link
Member

Choose a reason for hiding this comment

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

Going to review this now - thanks for the ping @sherakama !

};

export const modularTypes = {
Expand Down
Loading