mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
Use our badge colors for the speech bubbles
This commit is contained in:
parent
c718826134
commit
1bf1bf4f93
@ -4,7 +4,8 @@ const SIZE = 144;
|
|||||||
|
|
||||||
let width, height;
|
let width, height;
|
||||||
|
|
||||||
const COLORS = ['red', 'blue', 'purple', 'brown', 'green'];
|
const COLORS = ['#BF1E2E', '#F1592A', '#F7941D', '#9EB83B', '#3AB54A', '#12A89D', '#25AAE2', '#0E76BD',
|
||||||
|
'#652D90', '#92278F', '#ED207B', '#8C6238'];
|
||||||
|
|
||||||
class Particle {
|
class Particle {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user