pleroma-fe/src/components/icon.style.js

14 lines
259 B
JavaScript
Raw Normal View History

2024-01-18 14:35:25 +02:00
export default {
name: 'Icon',
2024-01-31 17:39:51 +02:00
virtual: true,
selector: '.svg-inline--fa',
defaultRules: [
{
component: 'Icon',
directives: {
textColor: '$blend(--stack 0.5 --parent--text)',
2026-01-06 16:22:52 +02:00
textAuto: 'no-auto',
},
},
],
2024-01-18 14:35:25 +02:00
}