From f0bbb75df50eb7df91cbb172f2b1ff4a5a4d5310 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 19 Feb 2024 00:00:43 +0200 Subject: properly sort, properly do icon colors, some initial attachment buttons work --- src/components/attachment.style.js | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/components/attachment.style.js (limited to 'src/components/attachment.style.js') diff --git a/src/components/attachment.style.js b/src/components/attachment.style.js new file mode 100644 index 00000000..b6c5da6e --- /dev/null +++ b/src/components/attachment.style.js @@ -0,0 +1,23 @@ +export default { + name: 'Attachment', + selector: '.Attachment', + validInnerComponents: [ + 'Border', + 'ButtonUnstyled' + ], + defaultRules: [ + { + directives: { + roundness: 3 + } + }, + { + component: 'ButtonUnstyled', + parent: { component: 'Attachment' }, + directives: { + background: '#FFFFFF', + opacity: 0.9 + } + } + ] +} -- cgit v1.2.3-70-g09d2