Revert "fix: address Copilot review feedback on PR #416"

This reverts commit e5a746d8ca.
This commit is contained in:
Taylor Wilsdon
2026-02-06 10:54:44 -05:00
parent e5a746d8ca
commit 0f80ce1a4d
3 changed files with 216 additions and 67 deletions

View File

@@ -574,7 +574,7 @@ async def _format_sheet_range_impl(
# Build confirmation message
applied_parts = []
if bg_color_parsed:
applied_parts.append(f"background color {background_color}")
applied_parts.append(f"background {background_color}")
if text_color_parsed:
applied_parts.append(f"text color {text_color}")
if number_format: