Skip to content

Commit 55b4c1e

Browse files
authored
Merge pull request #7097 from StoDevX/drew/news-row-image-background
add white background color to news row images
2 parents 38acb1c + fb44028 commit 55b4c1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/views/news/news-row.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import * as React from 'react'
22
import {StyleSheet, Image, Alert} from 'react-native'
33
import {Column, Row} from '@frogpond/layout'
4+
import * as c from '@frogpond/colors'
45
import {ListRow, Detail, Title} from '@frogpond/lists'
56
import type {StoryType} from './types'
67

@@ -49,6 +50,7 @@ export const NewsRow = (props: Props): JSX.Element => {
4950

5051
const styles = StyleSheet.create({
5152
image: {
53+
backgroundColor: c.white,
5254
borderRadius: 5,
5355
marginRight: 15,
5456
height: 70,

0 commit comments

Comments
 (0)