Skip to content

Commit 50a7fa4

Browse files
committed
refactor: rename mediaCoTheme to mediaco for consistency
1 parent faef55d commit 50a7fa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/_samples/mediaco/mediaCoStyles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.mediaCoTheme {
1+
.mediaco {
22
// Action Buttons styles for MediaCo sample app - start
33
.button-bar {
44
gap: 1rem;

src/themes.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
);
268268
}
269269

270-
.mediaCoTheme {
270+
.mediaco {
271271
@include mat.theme(
272272
(
273273
color: mat.$magenta-palette,

0 commit comments

Comments
 (0)