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 b216ba7 commit 27d348aCopy full SHA for 27d348a
addons/dexie-cloud/src/default-ui/Styles.ts
@@ -64,7 +64,12 @@ export const Styles: { [styleAlias: string]: Partial<CSSStyleDeclaration> | any}
64
outline: "none",
65
fontSize: "16px",
66
padding: "8px",
67
- boxSizing: "border-box"
+ boxSizing: "border-box",
68
+ backgroundColor: "#f9f9f9",
69
+ borderRadius: "4px",
70
+ border: "1px solid #ccc",
71
+ marginTop: "6px",
72
+ fontFamily: "inherit"
73
},
74
Button: {
75
padding: "10px 20px",
0 commit comments