Skip to content

Commit

Permalink
Color demo update
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Apr 13, 2022
1 parent 7928a98 commit 6b875b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/components/colors/colors.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { AppConfigService } from '../../service/appconfigservice';
})
export class ColorsDemoComponent {

colors: any[] = ['blue', 'green', 'yellow', 'cyan', 'pink', 'indigo', 'red', 'teal', 'orange', 'bluegray', 'purple', 'gray'];
colors: any[] = ['blue', 'green', 'yellow', 'cyan', 'pink', 'indigo', 'red', 'teal', 'orange', 'bluegray', 'purple', 'gray', 'primary'];

shades: any[] = [0, 50, 100, 200, 300, 400, 500, 600, 700, 800, 900];

Expand Down

0 comments on commit 6b875b8

Please sign in to comment.