Fix formatting

This commit is contained in:
RMidhunSuresh 2022-06-15 15:03:41 +05:30
parent 9fbe8a4e32
commit b00bbc7daf

View file

@ -63,6 +63,6 @@ type Variant = {
/** /**
* Mapping from css variable to its value. * Mapping from css variable to its value.
* eg: {"background-color-primary": "#21262b", ...} * eg: {"background-color-primary": "#21262b", ...}
* */ */
variables: Record<string, string>; variables: Record<string, string>;
} }