File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/components/bolt-headline Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ properties:
25
25
align :
26
26
type : string
27
27
description : Text alignment.
28
- default : left
28
+ default : null
29
29
enum :
30
30
- left
31
31
- center
Original file line number Diff line number Diff line change 32
32
baseClass ,
33
33
quoted ? baseClass ~ " --" ~ " quoted" : " " ,
34
34
weight in weights ? baseClass ~ " --" ~ weight : " " ,
35
- align and align != " " ? baseClass ~ " --" ~ align : " " ,
35
+ align and align != null ? baseClass ~ " --" ~ align : " " ,
36
36
style in styles and type == " text" ? baseClass ~ " --" ~ style : " " ,
37
37
size in sizes and type != " eyebrow" ? baseClass ~ " --" ~ size : " " ,
38
38
transform in transformProps and transform != " " ? baseClass ~ " --" ~ transform : " " ,
You can’t perform that action at this time.
0 commit comments