mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
web: fix broken colors in some places
This commit is contained in:
@@ -46,7 +46,7 @@ function ContentToggle(props) {
|
||||
</Button>
|
||||
)}
|
||||
<Button
|
||||
variant={isOtherSelected ? "error" : "primary"}
|
||||
variant={isOtherSelected ? "error" : "accent"}
|
||||
onClick={() => {
|
||||
if (isOtherSelected) {
|
||||
resolveConflict({ saveCopy: false });
|
||||
|
||||
@@ -638,7 +638,7 @@ function DropZone(props: DropZoneProps) {
|
||||
position: "absolute",
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
bg: "overlay",
|
||||
bg: "backdrop",
|
||||
zIndex: 3,
|
||||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
|
||||
Reference in New Issue
Block a user