|
|
@@ -105,23 +105,6 @@ struct GrammarCheckerView: View {
|
|
|
|
|
|
ToolbarButton(title: "Upload File", iconName: "square.and.arrow.up") {}
|
|
|
|
|
|
- HStack(spacing: 6) {
|
|
|
- Image(systemName: "textformat")
|
|
|
- .font(.system(size: 12))
|
|
|
-
|
|
|
- Text(viewModel.wordCountLabel)
|
|
|
- .font(.system(size: 12, weight: .medium))
|
|
|
- }
|
|
|
- .foregroundStyle(AppTheme.textSecondary)
|
|
|
- .padding(.horizontal, 12)
|
|
|
- .padding(.vertical, 7)
|
|
|
- .background(Color.white)
|
|
|
- .clipShape(RoundedRectangle(cornerRadius: 8))
|
|
|
- .overlay(
|
|
|
- RoundedRectangle(cornerRadius: 8)
|
|
|
- .stroke(AppTheme.border, lineWidth: 1)
|
|
|
- )
|
|
|
-
|
|
|
Spacer()
|
|
|
|
|
|
ClearButton {
|