|
|
@@ -55,7 +55,7 @@ struct ToolbarButton: View {
|
|
|
.font(.system(size: 12, weight: .medium))
|
|
|
}
|
|
|
.foregroundStyle(isHovered ? AppTheme.toolbarForegroundHover : AppTheme.textSecondary)
|
|
|
- .padding(.horizontal, 12)
|
|
|
+ .padding(.horizontal, 24)
|
|
|
.padding(.vertical, 7)
|
|
|
.background(isHovered ? AppTheme.toolbarBackgroundHover : Color.white)
|
|
|
.clipShape(RoundedRectangle(cornerRadius: 8))
|