style: add rounded borders and focus color styling to the search bar (#1804)

This commit is contained in:
Richard Habitzreuter 2024-12-17 07:32:30 -03:00 committed by GitHub
parent 8a4e03228a
commit 5585e42677
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 37 additions and 28 deletions

View file

@ -921,6 +921,7 @@ void MainWindow::SetLastUsedTheme() {
ui->setThemeViolet->setChecked(true);
isIconBlack = false;
SetUiIcons(false);
break;
case Theme::Gruvbox:
ui->setThemeGruvbox->setChecked(true);
isIconBlack = false;