Skip to content

Commit fe4587c

Browse files
committed
Reduce header left padding
1 parent cd3f6b3 commit fe4587c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal/ui/components/header.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/localstack/lstk/internal/ui/styles"
88
)
99

10-
const headerPadding = 3
10+
const headerPadding = 2
1111

1212
// nimbo logo lines with relative offsets for the cloud shape
1313
func nimboLine1() string {
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
▟████▖ lstk (v1.0.0)
3-
▟██▙█▙█▟ LocalStack AWS Emulator
4-
▀▛▀▛▀ localhost.localstack.cloud:4566
2+
▟████▖ lstk (v1.0.0)
3+
▟██▙█▙█▟ LocalStack AWS Emulator
4+
▀▛▀▛▀ localhost.localstack.cloud:4566

0 commit comments

Comments
 (0)