fix: editor flow
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| .newpage { | ||||
|   background: linear-gradient(to bottom, mc('blue', '900') 0%, mc('blue', '800') 100%); | ||||
|   background: linear-gradient(to bottom, mc('blue', '900') 0%, mc('blue', '500') 100%); | ||||
|   height: 100%; | ||||
|   display: flex; | ||||
|   flex-direction: column; | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| .onboarding { | ||||
|   background: linear-gradient(to bottom, mc('grey', '900') 0%, mc('grey', '800') 100%); | ||||
|   background: linear-gradient(to bottom, mc('grey', '900') 0%, mc('grey', '700') 100%); | ||||
|   height: 100%; | ||||
|   display: flex; | ||||
|   flex-direction: column; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user