-
Notifications
You must be signed in to change notification settings - Fork 250
fix: Enhanced announcement bar UI #710
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you and congratulations 🎉 for opening your very first pull request in keploy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @riddhij-7, the announcement bar color should be a light orange, but in your PR it appears to be too dark. Could you please adjust it to a lighter shade? Also, please fix the DCO, lint, and Prettier issues, as they’re causing the CI pipeline to fail.
Signed-off-by: riddhij-7 <[email protected]>
Signed-off-by: riddhij-7 <[email protected]>
9a98c09 to
b5a533e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @riddhij-7, I think the orange color still looks a bit too dark, and it doesn’t blend well in dark mode. Please update it to a lighter shade. Also, kindly fix the lint and Prettier issues.
Additionally, I noticed there are a lot of file changes that don’t seem related to this PR — could you please review and clean those up as well?


What has changed?
Enhanced the announcement bar UI for better alignment and visual consistency.
Used the theme colors from the docs site so that it looks consistent, attractive, and easily noticeable for users.
Improved padding and layout to make it look cleaner across screen sizes.
Ensured consistent styling with the overall documentation theme.
This PR Resolves #3002
Type of change
Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
Ran yarn start - verified no build errors.
Visually tested on desktop and mobile resolutions.
Verified the announcement bar renders correctly and closes properly.
Checklist:
My code follows the style guidelines of this project.
I have performed a self-review of my own code.
Thanks for opening this pull request!

Please feel free to reach out to us by leaving a comment down below and we will be happy to take a look