Skip to content

Commit

Permalink
style: Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed Dec 27, 2023
1 parent 964ecdf commit eb5f730
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/util/colours.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
export const bgColours: {[key: string]: string} = {
black: 'bg-black',
grey: 'bg-grey',
white: 'bg-white',
yellow: 'bg-yellow',
orange: 'bg-orange',
purple: 'bg-purple',
export const bgColours: { [key: string]: string } = {
black: 'bg-black',
grey: 'bg-grey',
white: 'bg-white',
yellow: 'bg-yellow',
orange: 'bg-orange',
purple: 'bg-purple',
};

export const borderColours: {[key: string]: string} = {
black: 'border-black border-2',
grey: 'border-grey border-2',
white: 'border-white border-2',
yellow: 'border-yellow border-2',
orange: 'border-orange border-2',
purple: 'border-purple border-2',
export const borderColours: { [key: string]: string } = {
black: 'border-black border-2',
grey: 'border-grey border-2',
white: 'border-white border-2',
yellow: 'border-yellow border-2',
orange: 'border-orange border-2',
purple: 'border-purple border-2',
};

0 comments on commit eb5f730

Please sign in to comment.