aboutsummaryrefslogtreecommitdiff
path: root/src/components/button.style.js
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2024-10-03 19:44:24 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2024-10-03 19:44:24 +0000
commita1c3a7a742ea86b0ddeb67a42ca27f478f0f22a2 (patch)
tree82540411b3afbcc66545e2419eee7ec5dbae7f93 /src/components/button.style.js
parent56a3bff267203017a704652117167569be0cd58a (diff)
parent05ab57a8e68033b520e6038afaa6514423f0d117 (diff)
Merge branch 'shadow-control-2.0' into 'develop'
Fixed and refined the shadow control in theme tab See merge request pleroma/pleroma-fe!1939
Diffstat (limited to 'src/components/button.style.js')
-rw-r--r--src/components/button.style.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/button.style.js b/src/components/button.style.js
index 1bee8f8e..1423d5c7 100644
--- a/src/components/button.style.js
+++ b/src/components/button.style.js
@@ -96,6 +96,17 @@ export default {
textOpacity: 0.25,
textOpacityMode: 'blend'
}
+ },
+ {
+ component: 'Icon',
+ parent: {
+ component: 'Button',
+ state: ['disabled']
+ },
+ directives: {
+ textOpacity: 0.25,
+ textOpacityMode: 'blend'
+ }
}
]
}