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

8 lines
95 B
JavaScript
Raw Normal View History

2024-01-18 12:35:25 +00:00
export default {
name: 'Text',
selector: '/*text*/',
2024-01-18 12:35:25 +00:00
states: {
faint: '.faint'
}
}