Format styles
directory with prettier.
This commit is contained in:
parent
45ea412d2c
commit
668af83cd6
30 changed files with 527 additions and 496 deletions
|
@ -1,8 +1,5 @@
|
|||
import Theme from "../themes/common/theme";
|
||||
import {
|
||||
backgroundColor,
|
||||
text,
|
||||
} from "./components";
|
||||
import { backgroundColor, text } from "./components";
|
||||
|
||||
export default function projectDiagnostics(theme: Theme) {
|
||||
return {
|
||||
|
@ -11,5 +8,5 @@ export default function projectDiagnostics(theme: Theme) {
|
|||
tabIconWidth: 13,
|
||||
tabSummarySpacing: 10,
|
||||
emptyMessage: text(theme, "sans", "secondary", { size: "md" }),
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue