diff --git a/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss b/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss index 687e7d96c8ae5f81676b91d911abedb0790ac2f9..3d0e678f5ec7ef58ad3ce0c18847c8e32c158072 100644 --- a/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss +++ b/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss @@ -1,3 +1,11 @@ form > button { margin: 20px 0; } + +mat-header-cell { + background-color: #ffe0b2; +} + +mat-cell { + background-color: #ffecb3; +}