@eturnity/eturnity_reusable_components 1.0.61 → 1.0.62
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
|
@@ -100,7 +100,7 @@ const TableContainer = styled.table`
|
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
td {
|
|
103
|
-
padding: 7px
|
|
103
|
+
padding: 7px 15px;
|
|
104
104
|
border-bottom: 1px solid ${(props) => props.theme.colors.grey4};
|
|
105
105
|
|
|
106
106
|
&.empty {
|
|
@@ -184,7 +184,7 @@ const TableContainer = styled.table`
|
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
.text {
|
|
187
|
-
padding: 10px
|
|
187
|
+
padding: 10px 15px 10px 15px;
|
|
188
188
|
color: ${(props) => props.theme.colors.black};
|
|
189
189
|
}
|
|
190
190
|
|