generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade reactflow to version 12 for new features (#4228)
- Loading branch information
1 parent
d7394ea
commit 8ea824d
Showing
7 changed files
with
107 additions
and
365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.react-flow.dark { | ||
--xy-background-color-default: #1f2937; /* Tailwind gray-800 */ | ||
--xy-background-pattern-dots-color-default: #4b5563; /* Tailwind gray-600 for better contrast */ | ||
|
||
/* Controls styling */ | ||
--xy-controls-button-background-color-default: #374151; /* Tailwind gray-700 */ | ||
--xy-controls-button-background-color-hover-default: #4b5563; /* Tailwind gray-600 */ | ||
--xy-controls-button-color-default: #f3f4f6; /* Tailwind gray-100 */ | ||
--xy-controls-button-border-color-default: #4b5563; /* Tailwind gray-600 */ | ||
} |
Oops, something went wrong.