Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Feb 1, 2024
1 parent b8465ac commit 2d688e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_and_release_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Run tests and publish snapshot

on:
push:
branches: [ trunk ]
pull_request:

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ class SwipeableActionsBoxTest {
val boxWidth = maxWidth
Column(verticalArrangement = Arrangement.spacedBy(16.dp)) {
val actions = listOf(
snooze.copy(weight = 0.4),
replyAll.copy(weight = 0.6)
snooze.copy(weight = 0.4, background = Color.Red),
replyAll.copy(weight = 0.6, background = Color.Cyan)
)

SwipeableActionsBox(
Expand Down

0 comments on commit 2d688e9

Please sign in to comment.