File tree 2 files changed +3
-3
lines changed
website/app/components/examples
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ const Positions = () => {
86
86
setToastPosition ( position ) ;
87
87
} ;
88
88
return (
89
- < div className = "flex flex-col space-y-2 " >
89
+ < div className = "flex flex-col space-y-0 " >
90
90
< div className = "flex items-center space-x-2 overflow-y-auto py-2" >
91
91
< Button
92
92
variant = "outline"
@@ -161,7 +161,7 @@ const Theme = () => {
161
161
} ;
162
162
163
163
return (
164
- < div className = "flex flex-col space-y-2 " >
164
+ < div className = "flex flex-col space-y-0 " >
165
165
< div className = "flex items-center justify-between" >
166
166
< div className = "flex items-center space-x-2 py-2" >
167
167
< Button
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ const UseToastVariantExamples = () => {
90
90
} ;
91
91
92
92
return (
93
- < div className = "flex flex-col space-y-2 " >
93
+ < div className = "flex flex-col space-y-0 " >
94
94
< div className = "flex items-center space-x-2 overflow-y-auto pb-2" >
95
95
< Button variant = "outline" onClick = { ( ) => handleDefault ( ) } >
96
96
default
You can’t perform that action at this time.
0 commit comments