File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {
1717 host : {
1818 '[class.is-black]' : 'theme === "black"' ,
1919 '[class.is-dark]' : 'theme === "dark"' ,
20- '[class.is-light]' : 'theme === "light" || light=== "true" ' ,
20+ '[class.is-light]' : 'theme === "light" || light' ,
2121 '[class.is-white]' : 'theme === "white"' ,
2222 '[class.is-primary]' : 'theme === "primary"' ,
2323 '[class.is-link]' : 'theme === "link"' ,
@@ -28,8 +28,8 @@ import {
2828 '[class.is-normal]' : 'size === "normal"' ,
2929 '[class.is-medium]' : 'size === "medium"' ,
3030 '[class.is-large]' : 'size === "large"' ,
31- '[class.is-rounded]' : 'rounded === "true" ' ,
32- '[class.is-delete]' : 'delete === "true" ' ,
31+ '[class.is-rounded]' : 'rounded' ,
32+ '[class.is-delete]' : 'delete' ,
3333 } ,
3434} )
3535export class BulmaTagComponent implements OnInit {
You can’t perform that action at this time.
0 commit comments