We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459e681 commit dda78c1Copy full SHA for dda78c1
packages/background/src/index.ts
@@ -3,4 +3,4 @@
3
*
4
* @deprecated Please import these directly from `@vue-flow/core` instead and remove `@vue-flow/background` as a dependency.
5
*/
6
-export { Background, BackgroundVariant, BackgroundProps } from '@vue-flow/core'
+export { Background, type BackgroundVariant, type BackgroundProps } from '@vue-flow/core'
packages/core/src/components/Background/patterns.ts
@@ -31,6 +31,6 @@ export const Patterns = {
31
}
32
33
export const DefaultBgColors: Record<BackgroundVariant, string> = {
34
- lines: '#81818a',
35
- dots: '#eee',
+ lines: '#eee',
+ dots: '#91919a',
36
0 commit comments