fix:prop. btn clr changed, height of dot for title changed

This commit is contained in:
alihamuh
2020-03-21 09:43:49 +05:00
parent a7a195bc83
commit 84cab85fb1
4 changed files with 19 additions and 6 deletions

View File

@@ -8,6 +8,7 @@
"@rebass/forms": "^4.0.6",
"emotion-theming": "^10.0.19",
"framer-motion": "^1.9.1",
"git": "^0.1.5",
"immer": "^5.3.6",
"localforage": "^1.7.3",
"localforage-getitems": "https://github.com/thecodrr/localForage-getItems.git",

View File

@@ -13,8 +13,8 @@ import Animated from "../animated";
const TextSeperator = () => {
return (
<Text as="span" mx={1}>
<Icon.Circle size={6} color={"fontTertiary"} />
<Text mx={1} fontSize="20px">
</Text>
);
};

View File

@@ -50,7 +50,7 @@ const Properties = props => {
justifyContent="center"
bg="primary"
>
<Icon.ChevronLeft size={32} />
<Icon.ChevronLeft color="static" size={32} />
</Box>
<motion.div
@@ -196,7 +196,7 @@ const Properties = props => {
<Icon.Circle
size={40}
style={{ cursor: "pointer" }}
fill={code}
color={code}
strokeWidth={0}
/>
{colors.includes(label) && (

View File

@@ -4660,6 +4660,13 @@ getpass@^0.1.1:
dependencies:
assert-plus "^1.0.0"
git@^0.1.5:
version "0.1.5"
resolved "https://registry.yarnpkg.com/git/-/git-0.1.5.tgz#9ef62df93f851c27542143bf52d1c68b1017ca15"
integrity sha1-nvYt+T+FHCdUIUO/UtHGixAXyhU=
dependencies:
mime "1.2.9"
glob-parent@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
@@ -6587,6 +6594,11 @@ mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24:
dependencies:
mime-db "1.43.0"
mime@1.2.9:
version "1.2.9"
resolved "https://registry.yarnpkg.com/mime/-/mime-1.2.9.tgz#009cd40867bd35de521b3b966f04e2f8d4d13d09"
integrity sha1-AJzUCGe9Nd5SGzuWbwTi+NTRPQk=
mime@1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
@@ -6891,9 +6903,9 @@ normalize-url@^3.0.0, normalize-url@^3.0.1:
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==
"notes-core@git+ssh://git@github.com:thecodrr/notes-core.git":
"notes-core@https://github.com/thecodrr/notes-core.git":
version "1.2.0"
resolved "git+ssh://git@github.com:thecodrr/notes-core.git#e858b028761d39b008d4b42c74c73c2c887715f5"
resolved "https://github.com/thecodrr/notes-core.git#9e2e137429b383c58bd57ba56ace543406cf621c"
dependencies:
fast-sort "^2.0.1"
fuzzysearch "^1.0.3"