Show shadow when hovered over omnibox

fix https://github.com/brave/brave-browser/issues/34271
This commit is contained in:
Simon Hong
2023-11-11 16:56:06 +09:00
parent 2f849898bf
commit 18da6c04ce
@@ -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;
}