diff --git a/public/images/top_shadow.png b/public/images/top_shadow.png new file mode 100644 index 0000000..c0b6179 Binary files /dev/null and b/public/images/top_shadow.png differ diff --git a/src/components/ButtomPanel.tsx b/src/components/ButtomPanel.tsx index 6d238ce..ba6f20c 100644 --- a/src/components/ButtomPanel.tsx +++ b/src/components/ButtomPanel.tsx @@ -11,16 +11,6 @@ const ButtomPanel = () => { return (
Work in progress
-
+
+
- Select a wing -
-+ Select a wing +
+
+
diff --git a/src/consts/buttonStyles.ts b/src/consts/buttonStyles.ts
index 05fb8c6..d88ab50 100644
--- a/src/consts/buttonStyles.ts
+++ b/src/consts/buttonStyles.ts
@@ -13,7 +13,7 @@ const textColors: ButtonStyle = {
primary: "text-[#0D1922]",
secondary: "text-[#0D1922]",
tertiary: "text-[#ffffff]",
- fab: "text-[#ffffff]",
+ fab: "text-[#0D1922]",
};
const borders: ButtonStyle = {