From a97bbb2ff04b51d0578a4f39c03d307dfc932764 Mon Sep 17 00:00:00 2001 From: Stefan Anevski <105498279+anevski-stefan@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:55:57 +0200 Subject: [PATCH] Refactor: Update type in styles.go Co-authored-by: Chase Fleming --- styles/styles.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/styles.go b/styles/styles.go index 7c0e16a..adba77e 100644 --- a/styles/styles.go +++ b/styles/styles.go @@ -64,7 +64,7 @@ const ( BorderBottom = "border-bottom" BorderLeft = "border-left" BorderColor = "border-color" - BorderTopColor = "borded-top-color" + BorderTopColor = "border-top-color" BorderRightColor = "border-right-color" BorderBottomColor = "border-bottom-color" BorderLeftColor = "border-left-color"