Move projectDiagnostics to it's own file and remove unused code
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
772f4579fc
commit
6fc68a8ddd
3 changed files with 17 additions and 13 deletions
15
styles/src/styleTree/projectDiagnostics.ts
Normal file
15
styles/src/styleTree/projectDiagnostics.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
import Theme from "../themes/theme";
|
||||
import {
|
||||
backgroundColor,
|
||||
text,
|
||||
} from "./components";
|
||||
|
||||
export default function projectDiagnostics(theme: Theme) {
|
||||
return {
|
||||
background: backgroundColor(theme, 500),
|
||||
tabIconSpacing: 4,
|
||||
tabIconWidth: 13,
|
||||
tabSummarySpacing: 10,
|
||||
emptyMessage: text(theme, "sans", "secondary", { size: "md" }),
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue