mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix radius of topic items
This commit is contained in:
@@ -590,7 +590,7 @@ export const ActionSheetComponent = ({
|
|||||||
<View
|
<View
|
||||||
key={topic.dateCreated.toString() + topic.title}
|
key={topic.dateCreated.toString() + topic.title}
|
||||||
style={{
|
style={{
|
||||||
borderRadius: 5,
|
borderRadius: 2.5,
|
||||||
backgroundColor: colors.accent,
|
backgroundColor: colors.accent,
|
||||||
paddingHorizontal: ph / 1.5,
|
paddingHorizontal: ph / 1.5,
|
||||||
paddingVertical: pv / 4,
|
paddingVertical: pv / 4,
|
||||||
|
|||||||
Reference in New Issue
Block a user