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

7 lines
87 B
JavaScript
Raw Normal View History

2024-01-18 14:35:25 +02:00
export default {
name: 'Text',
selector: '',
2024-01-18 14:35:25 +02:00
states: {
faint: '.faint'
}
}