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:
Angie
2023-04-06 13:09:17 -07:00
committed by GitHub
parent f0581cfa48
commit ae8e85098f
8 changed files with 925 additions and 21 deletions

View File

@@ -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"
}