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.mjs CHANGED
@@ -218,12 +218,12 @@ const theme = {
218
218
  dark: "#404040"
219
219
  },
220
220
  [Theme.BORDER_SEPRATOR]: {
221
- light: "#0000001A",
221
+ light: "#F5F5F5",
222
222
  dark: "#404040"
223
223
  },
224
224
  [Theme.BORDER_SEPERATOR_HEADER]: {
225
225
  light: "#E1E1E1",
226
- dark: "#404040"
226
+ dark: "#373737"
227
227
  },
228
228
  [Theme.WARNING]: {
229
229
  light: "#B65E01",