Skip to content

Commit 19447c9

Browse files
committed
fix: hide size label temporarilly
1 parent eabe442 commit 19447c9

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

Bitkit/Views/Widgets/BlocksWidgetPreviewView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ struct BlocksWidgetPreviewView: View {
5151
VStack(spacing: 16) {
5252
carousel
5353

54-
sizeLabel
55-
.padding(.bottom, 16)
54+
// Size label hidden while only the wide widget is shown
55+
// sizeLabel
5656

5757
// Page indicator hidden while only the wide widget is shown
5858
// pageIndicator

Bitkit/Views/Widgets/FactsWidgetPreviewView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ struct FactsWidgetPreviewView: View {
3434
VStack(spacing: 16) {
3535
carousel
3636

37-
sizeLabel
38-
.padding(.bottom, 16)
37+
// Size label hidden while only the wide widget is shown
38+
// sizeLabel
3939

4040
// Page indicator hidden while only the wide widget is shown
4141
// pageIndicator

Bitkit/Views/Widgets/NewsWidgetPreviewView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ struct NewsWidgetPreviewView: View {
5151
VStack(spacing: 16) {
5252
carousel
5353

54-
sizeLabel
55-
.padding(.bottom, 16)
54+
// Size label hidden while only the wide widget is shown
55+
// sizeLabel
5656

5757
// Page indicator hidden while only the wide widget is shown
5858
// pageIndicator

Bitkit/Views/Widgets/PriceWidgetPreviewView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ struct PriceWidgetPreviewView: View {
6060
VStack(spacing: 16) {
6161
carousel
6262

63-
sizeLabel
64-
.padding(.bottom, 16)
63+
// Size label hidden while only the wide widget is shown
64+
// sizeLabel
6565

6666
// Page indicator hidden while only the wide widget is shown
6767
// pageIndicator

Bitkit/Views/Widgets/WeatherWidgetPreviewView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ struct WeatherWidgetPreviewView: View {
5252
VStack(spacing: 16) {
5353
carousel
5454

55-
sizeLabel
56-
.padding(.bottom, 16)
55+
// Size label hidden while only the wide widget is shown
56+
// sizeLabel
5757

5858
// Page indicator hidden while only the wide widget is shown
5959
// pageIndicator

0 commit comments

Comments
 (0)