mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-08 11:38:30 -06:00
album button radius
This commit is contained in:
@@ -25,7 +25,7 @@ export default function IconButton({
|
||||
<TouchableOpacity>
|
||||
<Square
|
||||
animation={"bouncy"}
|
||||
borderRadius={!circular ? 25 : undefined}
|
||||
borderRadius={!circular ? "$4" : undefined}
|
||||
circular={circular}
|
||||
elevate
|
||||
hoverStyle={{ scale: 0.925 }}
|
||||
|
||||
Reference in New Issue
Block a user