@luizleon/sf.prefeiturasp.vuecomponents 6.0.26 → 6.0.27

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.
@@ -7976,6 +7976,22 @@ const Wp = (t) => {
7976
7976
  today: {
7977
7977
  background: "var(--primary-hover-color) !important",
7978
7978
  color: "var(--primary-color) !important"
7979
+ },
7980
+ colorScheme: {
7981
+ light: {
7982
+ dropdown: {
7983
+ color: "inherit",
7984
+ hoverColor: "inherit !important",
7985
+ activeColor: "inherit !important"
7986
+ }
7987
+ },
7988
+ dark: {
7989
+ dropdown: {
7990
+ color: "inherit",
7991
+ hoverColor: "inherit !important",
7992
+ activeColor: "inherit !important"
7993
+ }
7994
+ }
7979
7995
  }
7980
7996
  },
7981
7997
  dialog: {