Skip to content

Commit c9dd5db

Browse files
committed
feat[frontend]: add theme
1 parent c1be069 commit c9dd5db

File tree

6 files changed

+563
-546
lines changed

6 files changed

+563
-546
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: "Coverage"
2121
run: |
2222
yarn install
23-
yarn build:frontend || true
23+
yarn build:frontend
2424
yarn test
2525
yarn coverage
2626

frontend/hero-theme.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import { heroui } from "@heroui/react"
2+
3+
export default heroui({
4+
themes: {
5+
dark: {
6+
colors: {
7+
background: "#111111",
8+
primary: {
9+
DEFAULT: "#BEF264",
10+
foreground: "#111111",
11+
},
12+
focus: "#BEF264",
13+
},
14+
},
15+
},
16+
})

frontend/hero.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)