Skip to content

Commit

Permalink
fix: Different starting colours
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalBryxi committed Sep 25, 2024
1 parent 50999e8 commit 8667d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/services/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { tracked } from '@glimmer/tracking';

export default class SettingsService extends Service {
@tracked text = '#OpenTo...';
@tracked colourStart = '#00e503';
@tracked colourStop = '#12e500';
@tracked colourStart = '#a855f7';
@tracked colourStop = '#ec4899';
}

0 comments on commit 8667d57

Please sign in to comment.