We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1be069 commit c9dd5dbCopy full SHA for c9dd5db
.github/workflows/pr.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: "Coverage"
21
run: |
22
yarn install
23
- yarn build:frontend || true
+ yarn build:frontend
24
yarn test
25
yarn coverage
26
frontend/hero-theme.ts
@@ -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
0 commit comments