mirror of
https://github.com/urosran/cally.git
synced 2025-11-27 00:44:54 +00:00
ui fixes
This commit is contained in:
@ -6,6 +6,7 @@ import HeaderTemplate from "@/components/shared/HeaderTemplate";
|
||||
import {Feather, MaterialIcons} from "@expo/vector-icons";
|
||||
import AddBrainDump from "./AddBrainDump";
|
||||
import LinearGradient from "react-native-linear-gradient";
|
||||
import PlusIcon from "@/assets/svgs/PlusIcon";
|
||||
|
||||
const BrainDumpPage = () => {
|
||||
const [searchText, setSearchText] = useState<string>("");
|
||||
@ -85,10 +86,10 @@ const BrainDumpPage = () => {
|
||||
}}
|
||||
>
|
||||
<View row centerV centerH>
|
||||
<MaterialIcons name="add" size={22} color={"white"}/>
|
||||
<PlusIcon />
|
||||
<Text
|
||||
white
|
||||
style={{fontSize: 16, fontFamily: "Manrope_600SemiBold"}}
|
||||
style={{fontSize: 16, fontFamily: "Manrope_600SemiBold", marginLeft: 5}}
|
||||
>
|
||||
New
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user