@thecb/components 11.9.1-beta.2 → 11.9.1-beta.4
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/package.json
CHANGED
package/src/util/formats.js
CHANGED
|
@@ -101,7 +101,8 @@ export const renderCardStatus = (
|
|
|
101
101
|
<Text
|
|
102
102
|
as={as}
|
|
103
103
|
variant="pXS"
|
|
104
|
-
|
|
104
|
+
fontSize=".75rem"
|
|
105
|
+
color={STORM_GREY}
|
|
105
106
|
extraStyles={`text-align: ${textAlign}; margin: ${textMargin};`}
|
|
106
107
|
>
|
|
107
108
|
Exp Date {expireDate}
|
|
@@ -112,6 +113,7 @@ export const renderCardStatus = (
|
|
|
112
113
|
<Text
|
|
113
114
|
as={as}
|
|
114
115
|
variant="pXS"
|
|
116
|
+
fontSize=".75rem"
|
|
115
117
|
color={FIRE_YELLOW}
|
|
116
118
|
extraStyles={`text-align: ${textAlign}; margin: ${textMargin};`}
|
|
117
119
|
>
|
|
@@ -123,6 +125,7 @@ export const renderCardStatus = (
|
|
|
123
125
|
<Text
|
|
124
126
|
as={as}
|
|
125
127
|
variant="pXS"
|
|
128
|
+
fontSize=".75rem"
|
|
126
129
|
color={STORM_GREY}
|
|
127
130
|
extraStyles={`text-align: ${textAlign}; margin: ${textMargin};`}
|
|
128
131
|
>
|