Skip to content

Commit 81e3988

Browse files
committed
chore(bottombar): update tertiary text color to white
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent e73ab47 commit 81e3988

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)