Skip to content

Commit ac291d0

Browse files
committed
Addresses comments
1 parent 099825a commit ac291d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fun TransferringWatchFacePanel(
6262
}
6363
Spacer(modifier = Modifier.height(24.dp))
6464
WatchFacePanelButton(
65-
modifier = modifier.padding(horizontal = 16.dp),
65+
modifier = Modifier.padding(horizontal = 16.dp),
6666
buttonText = transferLabel,
6767
isSending = true,
6868
colors = ButtonDefaults.buttonColors(

0 commit comments

Comments
 (0)