Skip to content

Commit dda78c1

Browse files
committed
chore(core,background): update default colors
Signed-off-by: braks <[email protected]>
1 parent 459e681 commit dda78c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/background/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
*
44
* @deprecated Please import these directly from `@vue-flow/core` instead and remove `@vue-flow/background` as a dependency.
55
*/
6-
export { Background, BackgroundVariant, BackgroundProps } from '@vue-flow/core'
6+
export { Background, type BackgroundVariant, type BackgroundProps } from '@vue-flow/core'

packages/core/src/components/Background/patterns.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ export const Patterns = {
3131
}
3232

3333
export const DefaultBgColors: Record<BackgroundVariant, string> = {
34-
lines: '#81818a',
35-
dots: '#eee',
34+
lines: '#eee',
35+
dots: '#91919a',
3636
}

0 commit comments

Comments
 (0)