From bcc50844096b47c0656ed3338de222055a749fb1 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 13 Feb 2024 02:09:43 +0200 Subject: add roundness, fix inputs --- src/components/avatar.style.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/components/avatar.style.js') diff --git a/src/components/avatar.style.js b/src/components/avatar.style.js index 2262fd03..812d45a4 100644 --- a/src/components/avatar.style.js +++ b/src/components/avatar.style.js @@ -1,11 +1,13 @@ export default { name: 'Avatar', selector: '.Avatar', + variants: { + compact: '.-compact' + }, defaultRules: [ { directives: { - background: '--bg', - opacity: 0, + roundness: 3, shadow: [{ x: 0, y: 1, -- cgit v1.2.3-70-g09d2