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