mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 20:21:19 +02:00
ui: change default icon color
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user