Show shadow when hovered over omnibox
fix https://github.com/brave/brave-browser/issues/34271
This commit is contained in:
@@ -363,7 +363,7 @@ void BraveLocationBarView::ChildVisibilityChanged(views::View* child) {
|
||||
|
||||
void BraveLocationBarView::SetupShadow() {
|
||||
const auto* const color_provider = GetColorProvider();
|
||||
if (color_provider) {
|
||||
if (!color_provider) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user