Skip to content

Commit 5b9f19c

Browse files
committed
fix: fix dark form border color
1 parent 5a13112 commit 5b9f19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/modules/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ export const styles = () => ({
370370
/* Show/Create/Edit View Table background */
371371
/*----------------------------------------*/
372372
darkForm: "#1F2937",
373-
darkFormBorder: "#FF0000",
373+
darkFormBorder: "#374151",
374374
darkFormHeading: "alias:darkListTableHeading",
375375
darkFormFieldTextColor: "alias:darkListTableText",
376376

0 commit comments

Comments
 (0)