-
Notifications
You must be signed in to change notification settings - Fork 136
Change Background Settings for New Tabs Page #485
Conversation
The gradient background currently doesn't match designs due to how the display angle positions the |
@@ -4,6 +4,8 @@ export default interface IThemeProps { | |||
name: string, | |||
palette: { [key: string]: string } | |||
color: { | |||
contextMenuBackground: string |
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.
🎆
This is amazing - great work, @imptrx! 😄 |
Thanks for addressing feedback @imptrx - please can you squash the commits so that we're only introducing the final code into the repo? This also gives higher chance that the commit messages people see when blaming certain lines are actual features. Thanks again! |
7113929
to
d11e35a
Compare
Hi @imptrx , this works great! The only feedback I have is that the focus indicator is a little too small: |
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.
left some comments
96d2645
to
67e7058
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.
++ great work here!
Revert "Merge pull request #485 from brave/toggle-background-img"
Revert "Merge pull request brave#490 from brave/revert-485" This reverts commit 82b3e981040b2ba89743108e6701f5fa24ce3b52, reversing changes made to b0ec08cd4ed2a20401d058062f1c238fb9a67813.
Revert "Merge pull request brave#490 from brave/revert-485" This reverts commit 82b3e981040b2ba89743108e6701f5fa24ce3b52, reversing changes made to b0ec08cd4ed2a20401d058062f1c238fb9a67813.
…e-background-img-2 Undo revert of brave/brave-ui#485
Revert "Merge pull request #490 from brave/revert-485" This reverts commit 82b3e981040b2ba89743108e6701f5fa24ce3b52, reversing changes made to b0ec08cd4ed2a20401d058062f1c238fb9a67813.
Feature Spec: brave/brave-browser#4523
Changes
Quick view:
Test plan
Go to storybook and make the following assertions:
Link / storybook path to visual changes
http://localhost:9091/?path=/story/feature-components-new-tab-default--page
https://brave-ui.imptrx.now.sh/?path=/story/feature-components-new-tab-default--page
Integration
Does this contain changes to src/components or src/
Does this contain changes to src/features for brave-core?