Skip to content

Commit

Permalink
Corrected colour mismatch in omnibox border
Browse files Browse the repository at this point in the history
  • Loading branch information
win32ss committed Dec 16, 2024
1 parent 89f4b7d commit 4979b9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chrome/browser/ui/views/location_bar/location_bar_view.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ void LocationBarView::RefreshBackground() {
// When the location bar is shrunken, the border above is only drawn on the sides.
// To resolve this, an extra border is drawn in that area on the top and bottom.
// Ideally, only one border would be drawn.
omnibox_view_->SetBorder(views::CreateSolidSidedBorder(gfx::Insets::TLBR(1, 0, 1, 0), SK_ColorGRAY));
omnibox_view_->SetBorder(views::CreateSolidSidedBorder(gfx::Insets::TLBR(1, 0, 1, 0), color_provider->GetColor(kColorLocationBarBorderOnMismatch)));
}
// The divider between indicators and request chips should have the same color
// as the omnibox.
Expand Down
2 changes: 1 addition & 1 deletion third_party/skia
Submodule skia updated from 234e3d to 0d66cb
2 changes: 1 addition & 1 deletion v8
Submodule v8 updated from 3cd9e2 to 3cdd39

0 comments on commit 4979b9d

Please sign in to comment.