dhre-ui-kit 0.0.178 → 0.0.179

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/lib/index.js CHANGED
@@ -251,12 +251,12 @@ const theme = {
251
251
  dark: "#404040"
252
252
  },
253
253
  [Theme.BORDER_SEPRATOR]: {
254
- light: "#0000001A",
254
+ light: "#F5F5F5",
255
255
  dark: "#404040"
256
256
  },
257
257
  [Theme.BORDER_SEPERATOR_HEADER]: {
258
258
  light: "#E1E1E1",
259
- dark: "#404040"
259
+ dark: "#373737"
260
260
  },
261
261
  [Theme.WARNING]: {
262
262
  light: "#B65E01",