ui: change default icon color

This commit is contained in:
thecodrr
2020-03-21 11:35:21 +05:00
parent 9a7aa2f850
commit 6f78afa282
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import * as Icons from "@mdi/js";
import { useTheme } from "emotion-theming";
import Animated from "../animated";
const Icon = ({ name, size = 24, color = "text", rotate }) => {
const Icon = ({ name, size = 24, color = "icon", rotate }) => {
const theme = useTheme();
return (
<MDIIcon

View File

@@ -6905,7 +6905,7 @@ normalize-url@^3.0.0, normalize-url@^3.0.1:
"notes-core@git+ssh://git@github.com:thecodrr/notes-core.git":
version "1.2.0"
resolved "git+ssh://git@github.com:thecodrr/notes-core.git#9e2e137429b383c58bd57ba56ace543406cf621c"
resolved "git+ssh://git@github.com:thecodrr/notes-core.git#4d96299ddd160572034dca50f6e539b630540564"
dependencies:
fast-sort "^2.0.1"
fuzzysearch "^1.0.3"