chore: Added style for design filter tags
This commit is contained in:
parent
586d92d0a1
commit
e19dd87ba0
2 changed files with 8 additions and 0 deletions
|
@ -12,3 +12,4 @@
|
||||||
@import "components/linedrawing";
|
@import "components/linedrawing";
|
||||||
@import "components/modelgraph";
|
@import "components/modelgraph";
|
||||||
@import "components/search";
|
@import "components/search";
|
||||||
|
@import "components/chip";
|
||||||
|
|
7
packages/css-theme/src/components/_chip.scss
Normal file
7
packages/css-theme/src/components/_chip.scss
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
.chip-tags.MuiChip-clickableColorPrimary:focus,
|
||||||
|
.MuiChip-colorPrimary.chip-tags {
|
||||||
|
background: $fc-link-light;
|
||||||
|
}
|
||||||
|
.MuiChip-outlinedPrimary.chip-tags {
|
||||||
|
background: transparent;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue