frst-components 0.23.44 → 0.23.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7004,7 +7004,7 @@ const CardContainer$1 = styled__default["default"].div `
|
|
|
7004
7004
|
max-width: 100%;
|
|
7005
7005
|
height: auto;
|
|
7006
7006
|
background: ${({ theme }) => theme.colors.shadeWhite};
|
|
7007
|
-
box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px 0px
|
|
7007
|
+
box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px 0px;
|
|
7008
7008
|
border-color: ${({ theme }) => theme.colors.linkDisabled};
|
|
7009
7009
|
border-radius: 12px;
|
|
7010
7010
|
padding-right: 23px;
|