aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-21 16:35:38 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-21 16:36:19 +0100
commit93137229bf3b04e4589ae315a81ed2de7a171ded (patch)
tree703432658a50425e2a295f527c9fdb392211bfd3 /packages/theme
parentadd workspaces count badge in settings navigation (diff)
downloadferdium-app-93137229bf3b04e4589ae315a81ed2de7a171ded.tar.gz
ferdium-app-93137229bf3b04e4589ae315a81ed2de7a171ded.tar.zst
ferdium-app-93137229bf3b04e4589ae315a81ed2de7a171ded.zip
fix merge conflicts with latest develop
Diffstat (limited to 'packages/theme')
-rw-r--r--packages/theme/package.json4
-rw-r--r--packages/theme/src/themes/default/index.ts4
2 files changed, 5 insertions, 3 deletions
diff --git a/packages/theme/package.json b/packages/theme/package.json
index 5c21a787f..3034d6347 100644
--- a/packages/theme/package.json
+++ b/packages/theme/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "@meetfranz/theme", 2 "name": "@meetfranz/theme",
3 "version": "1.0.9", 3 "version": "1.0.11",
4 "description": "Theme configuration for Franz", 4 "description": "Theme configuration for Franz",
5 "author": "Stefan Malzner <stefan@adlk.io>", 5 "author": "Stefan Malzner <stefan@adlk.io>",
6 "homepage": "https://github.com/meetfranz/franz", 6 "homepage": "https://github.com/meetfranz/franz",
@@ -25,5 +25,5 @@
25 "dependencies": { 25 "dependencies": {
26 "color": "^3.1.0" 26 "color": "^3.1.0"
27 }, 27 },
28 "gitHead": "14b151cad6a5a849bb476aaa3fc53bf1eead7f4b" 28 "gitHead": "27778954921365e4957eae964e28f68690f3825f"
29} 29}
diff --git a/packages/theme/src/themes/default/index.ts b/packages/theme/src/themes/default/index.ts
index 2290b18e3..f2632ee20 100644
--- a/packages/theme/src/themes/default/index.ts
+++ b/packages/theme/src/themes/default/index.ts
@@ -42,7 +42,7 @@ export const colorWebviewLoaderBackground = color(legacyStyles.themeGrayLighter)
42// Input 42// Input
43export const labelColor = legacyStyles.themeGrayLight; 43export const labelColor = legacyStyles.themeGrayLight;
44export const inputColor = legacyStyles.themeGray; 44export const inputColor = legacyStyles.themeGray;
45export const inputHeight = '35px'; 45export const inputHeight = 40;
46export const inputBackground = legacyStyles.themeGrayLightest; 46export const inputBackground = legacyStyles.themeGrayLightest;
47export const inputBorder = `1px solid ${legacyStyles.themeGrayLighter}`; 47export const inputBorder = `1px solid ${legacyStyles.themeGrayLighter}`;
48export const inputModifierColor = legacyStyles.themeGrayLight; 48export const inputModifierColor = legacyStyles.themeGrayLight;
@@ -108,6 +108,8 @@ export const buttonInvertedBackground = 'none';
108export const buttonInvertedTextColor = brandPrimary; 108export const buttonInvertedTextColor = brandPrimary;
109export const buttonInvertedBorder = `1px solid ${brandPrimary}`; 109export const buttonInvertedBorder = `1px solid ${brandPrimary}`;
110 110
111export const buttonHeight = inputHeight;
112
111export const buttonLoaderColor = { 113export const buttonLoaderColor = {
112 primary: '#FFF', 114 primary: '#FFF',
113 secondary: buttonSecondaryTextColor, 115 secondary: buttonSecondaryTextColor,