mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
474 adjust photopreview sizes in standardcamera for different breakpoints (#559)
* Adjust PhotoPreview sizes for StandardCamera for different breakpoints * PhotoCarousel tests * Merge main into branch * PhotoPreview styling after merge * Update PhotoCarousel snapshots * Moved getBreakpoint into Sharedhelper, changes requested. * PhotoPreview for large layouts * Remove testing color * Update snapshots --------- Co-authored-by: Amanda Bullington <albullington@gmail.com>
This commit is contained in:
@@ -80,6 +80,8 @@ module.exports = {
|
||||
borderRadius: {
|
||||
// tried using rem value here, but it wouldn't load on iOS or Android
|
||||
DEFAULT: "7px",
|
||||
sm: "4px",
|
||||
md: "9px",
|
||||
lg: "8px",
|
||||
"2xl": "15px"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user