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

rebranded welcome page #9

Closed
wants to merge 11 commits into from

Conversation

MasterK0927
Copy link
Collaborator

  1. Changed the default color of all the buttons and links, its now green by default.
  2. Added "-j8" flag into the ninja building tool's libs file, so that "llvm out of memory" error gets resolved.
  3. Rebranded the ui of the welcome page.

@@ -14,10 +14,9 @@
namespace ui {

SkColor NativeTheme::GetSystemButtonPressedColor(SkColor base_color) const {
const SkColor kBraveColorBrand = SkColorSetRGB(0xfb, 0x54, 0x2b);
const SkColor kBraveColorBrand =SkColorSetRGB(0x00, 0xFF, 0x00);
Copy link
Collaborator

Choose a reason for hiding this comment

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

this green wasn't looking so good. lets keep it as it is for now

@@ -15,7 +15,7 @@ constexpr SkColor kBraveGrey800 = SkColorSetRGB(0x3b, 0x3e, 0x4f);
constexpr SkColor kBraveNeutral300 = SkColorSetRGB(0xDE, 0xE2, 0xE6);
constexpr SkColor kBraveNeutral800 = SkColorSetRGB(0x34, 0x3A, 0x40);
constexpr SkColor kBraveBlurple300 = SkColorSetRGB(0xA0, 0xA5, 0xEB);
constexpr SkColor kBraveColorBrand = SkColorSetRGB(0xfb, 0x54, 0x2b);
constexpr SkColor kBraveColorBrand = SkColorSetRGB(0x00, 0xFF, 0x00);
Copy link
Collaborator

Choose a reason for hiding this comment

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

if this is not working then lets revert this

@@ -74,22 +77,24 @@ function HelpImprove () {
onChange={handleMetricsReportingChange}
isChecked={isMetricsReportingEnabled}
>
{diagnosticReportsLabel.beforeTag}
Copy link
Collaborator

Choose a reason for hiding this comment

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

lets replace them in the constants file instead of hardcoding this here

@@ -64,7 +64,10 @@ function HelpImprove () {
<S.MainBox>
<div className="view-header-box">
<div className="view-details">
<h1 className="view-title">{getLocale('braveWelcomeHelpImproveBraveTitle')}</h1>
<h1 className="view-title">
{/*removed {getLocale('braveWelcomeHelpImproveBraveTitle')}, as the source of this is unknown*/}
Copy link
Collaborator

Choose a reason for hiding this comment

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

lets find the source of this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants