We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457a43e commit 5a95b1aCopy full SHA for 5a95b1a
1 file changed
src/app/components/Input/Styles.ts src/utils/styles.tssrc/app/components/Input/Styles.ts renamed to src/utils/styles.ts
@@ -1,4 +1,4 @@
1
-export default function getStyles(type: string): { [name:string]:string | boolean } {
+export default function getStyles(type: string): { [name: string]: string | boolean } {
2
const bold = type.includes('bold') || type.includes('action');
3
const italics = type.includes('italics') || type.includes('action');
4
const strikethrough = type.includes('strikethrough');
0 commit comments