diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2018-04-24 10:42:29 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2018-04-24 13:16:23 +0100 |
| commit | d08775aa954c90f5002d255210f70f822a96c52f (patch) | |
| tree | 134ac970c329eadb40d61baed3f6f725c8740a17 /app/components/HeaderBarPlatformStyles.android.js | |
| parent | 42a0fcdda2d60ae86267f91f9c784612c458c52c (diff) | |
| download | mullvadvpn-d08775aa954c90f5002d255210f70f822a96c52f.tar.xz mullvadvpn-d08775aa954c90f5002d255210f70f822a96c52f.zip | |
Make drag related stytles platform specific
Diffstat (limited to 'app/components/HeaderBarPlatformStyles.android.js')
| -rw-r--r-- | app/components/HeaderBarPlatformStyles.android.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/components/HeaderBarPlatformStyles.android.js b/app/components/HeaderBarPlatformStyles.android.js new file mode 100644 index 0000000000..f2f97beb65 --- /dev/null +++ b/app/components/HeaderBarPlatformStyles.android.js @@ -0,0 +1,2 @@ +import { createViewStyles } from '../lib/styles'; +export default { ...createViewStyles({}) }; |
