Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hyoo-ru/mam_mol into fix-run
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Nov 15, 2024
2 parents 1e3f94f + fe4ba7b commit 1742d9e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions chip/chip.view.css.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
namespace $.$$ {

$mol_style_define( $mol_chip, {

padding: $mol_gap.text,

border: {
radius: $mol_gap.round,
},

background: {
color: $mol_theme.card,
},

} )

}
3 changes: 3 additions & 0 deletions chip/chip.view.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$mol_chip $mol_view
sub /
<= title

0 comments on commit 1742d9e

Please sign in to comment.