Skip to content

Commit 27d348a

Browse files
committed
Try fix #2220 - dark mode issue in dexie-cloud default GUI
1 parent b216ba7 commit 27d348a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

addons/dexie-cloud/src/default-ui/Styles.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,12 @@ export const Styles: { [styleAlias: string]: Partial<CSSStyleDeclaration> | any}
6464
outline: "none",
6565
fontSize: "16px",
6666
padding: "8px",
67-
boxSizing: "border-box"
67+
boxSizing: "border-box",
68+
backgroundColor: "#f9f9f9",
69+
borderRadius: "4px",
70+
border: "1px solid #ccc",
71+
marginTop: "6px",
72+
fontFamily: "inherit"
6873
},
6974
Button: {
7075
padding: "10px 20px",

0 commit comments

Comments
 (0)