We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38acb1c + fb44028 commit 55b4c1eCopy full SHA for 55b4c1e
source/views/news/news-row.tsx
@@ -1,6 +1,7 @@
1
import * as React from 'react'
2
import {StyleSheet, Image, Alert} from 'react-native'
3
import {Column, Row} from '@frogpond/layout'
4
+import * as c from '@frogpond/colors'
5
import {ListRow, Detail, Title} from '@frogpond/lists'
6
import type {StoryType} from './types'
7
@@ -49,6 +50,7 @@ export const NewsRow = (props: Props): JSX.Element => {
49
50
51
const styles = StyleSheet.create({
52
image: {
53
+ backgroundColor: c.white,
54
borderRadius: 5,
55
marginRight: 15,
56
height: 70,
0 commit comments