Skip to content

Commit

Permalink
fix createIntentBoxelSpec message
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinthong committed Jan 8, 2025
1 parent a4cdd61 commit 1c1e596
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,21 @@ const BoxelSpecPreviewContent: TemplateOnlyComponent<ContentSignature> =

<style scoped>
.create-boxel-spec-intent-message {
align-content: center;
text-align: center;
height: 100%;
background-color: var(--boxel-200);
color: var(--boxel-450);
font-weight: 500;
padding: var(--boxel-sp-xl);
}
.boxel-spec-preview {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: var(--boxel-sp-sm);
padding-top: var(--boxel-sp);
height: 100%;
}
.boxel-spec-selector {
padding: var(--boxel-sp-sm);
Expand Down

0 comments on commit 1c1e596

Please sign in to comment.