Skip to content

Commit af3f0b9

Browse files
authored
Merge pull request #85 from code-payments/chore/bottombar-tertiary
chore(bottombar): update tertiary text color to white
2 parents e73ab47 + 81e3988 commit af3f0b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/getcode/view/components/BottomBarView.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ fun BottomBarView(
9595
}
9696
.padding(vertical = CodeTheme.dimens.grid.x2),
9797
style = CodeTheme.typography.button,
98+
color = White,
9899
text = it
99100
)
100101
}

0 commit comments

Comments
 (0)