aboutsummaryrefslogtreecommitdiff
path: root/src/components/avatar.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/avatar.style.js')
-rw-r--r--src/components/avatar.style.js6
1 files changed, 4 insertions, 2 deletions
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,