feat(12-01): add semantic token classes to all step h2 headings
- BackendSelectionStep h2: text-2xl font-bold text-on-surface mb-2 - RemoteConfigStep h2: text-2xl font-bold text-on-surface mb-2 - DeploymentStep h2: text-2xl font-bold text-on-surface mb-2 - ReviewStep h2: text-2xl font-bold text-on-surface mb-2
This commit is contained in:
@@ -72,7 +72,7 @@ export function ReviewStep() {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<h2>Step 4: Review & Download</h2>
|
||||
<h2 className="text-2xl font-bold text-on-surface mb-2">Step 4: Review & Download</h2>
|
||||
<p className="text-sm text-on-surface-variant mt-1 mb-4">
|
||||
Review your generated files and download them. Acknowledge the security notice before
|
||||
copying or downloading credentials.
|
||||
|
||||
Reference in New Issue
Block a user