Skip to content

Commit 8eaefad

Browse files
author
Andang Rian Dimas
authored
Update styles.js
1 parent 6ece52f commit 8eaefad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

styles.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default StyleSheet.create({
3535
codeBlock: {
3636
fontFamily: 'Courier',
3737
fontWeight: '500',
38+
backgroundColor: '#DDDDDD',
3839
},
3940
del: {
4041
textDecorationLine: 'line-through',
@@ -178,4 +179,4 @@ export default StyleSheet.create({
178179
borderBottomWidth: 1,
179180
},
180181
});
181-
182+

0 commit comments

Comments
 (0)