diff --git a/package.json b/package.json index f8c915654a..e319219cbd 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "@matrix-org/analytics-events": "^0.30.0", "@matrix-org/emojibase-bindings": "^1.5.0", "@matrix-org/react-sdk-module-api": "^2.4.0", - "andybalaam-matrix-spec": "^0.0.1", + "andybalaam-matrix-spec": "^0.0.2", "@sentry/browser": "^10.0.0", "@types/png-chunks-extract": "^1.0.2", "@vector-im/compound-design-tokens": "6.4.3", diff --git a/res/css/views/verification/_VerificationShowSas.pcss b/res/css/views/verification/_VerificationShowSas.pcss index df3fc97d3a..9934a44ee0 100644 --- a/res/css/views/verification/_VerificationShowSas.pcss +++ b/res/css/views/verification/_VerificationShowSas.pcss @@ -40,7 +40,7 @@ Please see LICENSE files in the repository root for full details. } .mx_VerificationShowSas_emojiSas_emoji > svg { - height: 32px; + height: 48px; } .mx_VerificationShowSas_emojiSas_label { diff --git a/yarn.lock b/yarn.lock index 252c4be634..534c7680ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4538,10 +4538,10 @@ ajv@^8.0.0, ajv@^8.0.1, ajv@^8.9.0: json-schema-traverse "^1.0.0" require-from-string "^2.0.2" -andybalaam-matrix-spec@^0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/andybalaam-matrix-spec/-/andybalaam-matrix-spec-0.0.1.tgz#e770977ee574f968731af945d6147fb10a30b3b9" - integrity sha512-w5XkYTAkUCOzppgFuhwZPgEU2fBaR7Tajqn+XJeSLmt6of2dpYZeGVNwXB8xgQxz2xlnIIH5aNUTrLao3RiKQA== +andybalaam-matrix-spec@^0.0.2: + version "0.0.2" + resolved "https://registry.yarnpkg.com/andybalaam-matrix-spec/-/andybalaam-matrix-spec-0.0.2.tgz#7e5cac3226b515ad7d4fbf18f5db925978efc08d" + integrity sha512-f5PwWcy2hUp8RtCpbPo0xAymZsJn1NtXBTTkKvmx8edK3zcCQhOHBdLmd6WxOyUYfQGCI2c0MYWOrFUhagMZHw== another-json@^0.2.0: version "0.2.0"