Skip to content

Commit 2c9942b

Browse files
author
Jordan Hunt
committed
use background.secondary
1 parent a90549e commit 2c9942b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/native/ts/core/widgets/floatingactionbutton.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { FloatingActionButtonType } from "../../types/widgets";
22
import { background, brand, contrast, font } from "../variables";
3-
import { darkMode } from "../../app/custom-variables"
3+
44
/*
55
66
DISCLAIMER:
@@ -69,7 +69,7 @@ export const com_mendix_widget_native_floatingactionbutton_FloatingActionButton:
6969
// All ViewStyle properties are allowed
7070
marginHorizontal: 5,
7171
backgroundColor: background.secondary,
72-
borderColor: darkMode ? background.secondary : "#eee",
72+
borderColor: background.secondary,
7373
elevation: 2,
7474
shadowOpacity: 0.3,
7575
shadowRadius: 4,

0 commit comments

Comments
 (0)