|
|
@@ -154,7 +154,7 @@ struct WidgetsRootView: View {
|
|
|
|
|
|
private func header(for app: LauncherApp) -> some View {
|
|
|
HStack(spacing: 12) {
|
|
|
- AppIconView(app: app, size: 42, showAppBackground: true, iconPaddingFactor: 0.1)
|
|
|
+ AppIconView(app: app, size: 42, showAppBackground: false, iconPaddingFactor: 0.1)
|
|
|
.shadow(color: .black.opacity(0.2), radius: 10, x: 0, y: 6)
|
|
|
VStack(alignment: .leading, spacing: 3) {
|
|
|
Text(app.name)
|