@x-plat/design-system 0.3.0 → 0.3.2

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.
@@ -207,7 +207,7 @@ var TableRow = (props) => {
207
207
  const {
208
208
  children,
209
209
  className,
210
- color = "xplat-blue-500",
210
+ color = "xplat-neutral-900",
211
211
  type = "secondary",
212
212
  isHover,
213
213
  onClick
@@ -167,7 +167,7 @@ var TableRow = (props) => {
167
167
  const {
168
168
  children,
169
169
  className,
170
- color = "xplat-blue-500",
170
+ color = "xplat-neutral-900",
171
171
  type = "secondary",
172
172
  isHover,
173
173
  onClick