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

feat(icon): CatalogIcon from Layer5 brand #641

Merged
merged 3 commits into from
Jun 11, 2024

Conversation

dottharun
Copy link
Contributor

@dottharun dottharun commented Jun 5, 2024

Notes for Reviewers

This PR fixes #632

  • Adds to CatalogIcon from the brandpage.
  • dark mode support.
  • updated new Icon from Brand.

Screenshots tested in Meshery-UI:

image
image

Signed commits

  • Yes, I signed my commits.

Copy link
Member

@leecalcote leecalcote left a comment

Choose a reason for hiding this comment

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

Light mode and dark mode versions?

@leecalcote
Copy link
Member

catalog.zip

}) => {
const theme = useTheme();

const themePrimaryFill = primaryFill ?? (theme.palette.mode === 'dark' ? LIGHT_GRAY : KEPPEL);
Copy link
Member

Choose a reason for hiding this comment

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

@nebula-aac is this representative of our approach to light and dark mode support?

@dottharun dottharun force-pushed the feat/catalogIcon branch 3 times, most recently from 5b1be17 to 88e3a01 Compare June 7, 2024 13:38
- revert previous color changes

Signed-off-by: Tharun T <[email protected]>
@leecalcote
Copy link
Member

LGTM

@Yashsharma1911 Yashsharma1911 merged commit 601ffe1 into layer5io:master Jun 11, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[Icon]: Add CatalogIcon from Layer5 brand page
3 participants