diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-12 19:17:17 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-12 19:17:17 +0200 |
| commit | 48f106b438e22d8289904c9f474819ad7b85d0e8 (patch) | |
| tree | 65546fe547d64e85287de8719b8e6647780e4e2c /src/components/text.style.js | |
| parent | ae345d2c458bd0952d9b85c2e03060b2d286d320 (diff) | |
separate greentext into "fun text" and make Post/Notification related components
Diffstat (limited to 'src/components/text.style.js')
| -rw-r--r-- | src/components/text.style.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/components/text.style.js b/src/components/text.style.js index 905dbbee..a254ceb4 100644 --- a/src/components/text.style.js +++ b/src/components/text.style.js @@ -2,34 +2,21 @@ export default { name: 'Text', selector: '/*text*/', virtual: true, - variants: { - greentext: '.greentext' - }, states: { faint: '.faint' }, defaultRules: [ { - component: 'Text', directives: { textColor: '--text', textAuto: 'no-preserve' } }, { - component: 'Text', state: ['faint'], directives: { textOpacity: 0.5 } - }, - { - component: 'Text', - variant: 'greentext', - directives: { - textColor: '--cGreen', - textAuto: 'preserve' - } } ] } |
