Skip to content

Commit eb9b415

Browse files
authored
Merge pull request #122 from mendix/nc/fab-dark-mode-styling
Floating Action Button dark mode styling
2 parents 1556616 + 2c9942b commit eb9b415

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atlas-ui-framework",
3-
"version": "2.7.2",
3+
"version": "2.7.3",
44
"description": "Mendix Atlas UI is the foundation of making beautiful apps with Mendix. For more information about the framework go to https://atlas.mendix.com.",
55
"main": "",
66
"scripts": {

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { FloatingActionButtonType } from "../../types/widgets";
22
import { background, brand, contrast, font } from "../variables";
3+
34
/*
45
56
DISCLAIMER:
@@ -67,6 +68,8 @@ export const com_mendix_widget_native_floatingactionbutton_FloatingActionButton:
6768
secondaryButtonCaptionContainer: {
6869
// All ViewStyle properties are allowed
6970
marginHorizontal: 5,
71+
backgroundColor: background.secondary,
72+
borderColor: background.secondary,
7073
elevation: 2,
7174
shadowOpacity: 0.3,
7275
shadowRadius: 4,

0 commit comments

Comments
 (0)