mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
22
This commit is contained in:
parent
f88c0b4e46
commit
2c16deb5bf
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ void BrowserAppMenuButton::UpdateIcon() {
|
|||
? kBrowserToolsChromeRefreshIcon
|
||||
: kBrowserToolsChromeRefreshThoriumIcon;
|
||||
// Fix Thorium hamburger menu size
|
||||
static const int icon_size = 22;
|
||||
static const int icon_size = features::IsChromeRefresh2023() ? 22 : 22;
|
||||
for (auto state : kButtonStates) {
|
||||
SkColor icon_color = GetForegroundColor(state);
|
||||
SetImageModel(state, ui::ImageModel::FromVectorIcon(icon, icon_color, icon_size));
|
||||
|
|
Loading…
Reference in a new issue