Base dark theme implementation
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { clearUploadError } from "@/redux/photos/photos.actions";
|
||||
import theme from "@/util/theme";
|
||||
import { formatBytes } from "@/util/uploadUtils";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { StyleSheet, View } from "react-native";
|
||||
@@ -92,7 +91,7 @@ const styles = StyleSheet.create({
|
||||
display: "flex",
|
||||
marginLeft: 12,
|
||||
marginRight: 12,
|
||||
backgroundColor: theme.colors.elevation.level3,
|
||||
//backgroundColor: theme.colors.elevation.level3,
|
||||
borderRadius: 20,
|
||||
paddingTop: 12,
|
||||
shadowColor: "#000",
|
||||
|
||||
Reference in New Issue
Block a user