Skip to content

Commit

Permalink
Add background color to SectionLabel (#503)
Browse files Browse the repository at this point in the history
* fix(ui): add bg color to SectionTitle

Fix: #497

* test: update unit test snap shot
  • Loading branch information
kyleleow authored Aug 9, 2021
1 parent 10efa8b commit 16d1ebd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/components/SectionTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function SectionTitle ({ text, testID }: { text: string, testID: string }
return (
<Text
testID={testID}
style={[tailwind('p-4 text-xs text-gray-500 mt-2 font-medium')]}
style={[tailwind('p-4 pt-6 text-xs text-gray-500 font-medium bg-gray-100')]}
>
{
text
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16d1ebd

Please sign in to comment.