Skip to content

Commit 243789b

Browse files
committed
Add Material Theme Builder file headers
Added autogenerated file headers to Color.kt and Theme.kt indicating they were generated by the Material Theme Builder tool and should not be edited directly. Also reordered imports in Theme.kt for consistency.
1 parent 4b39a23 commit 243789b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

app/src/processing/app/ui/theme/m3/Color.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* This file was generated by the Material Theme Builder tool.
3+
* Do not edit this file directly.
4+
*/
15
import androidx.compose.ui.graphics.Color
26

37
val primaryLight = Color(0xFF525A92)

app/src/processing/app/ui/theme/m3/Theme.kt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
/**
2+
* This file was generated by the Material Theme Builder tool.
3+
* Do not edit this file directly.
4+
*/
15

2-
3-
import androidx.compose.material3.lightColorScheme
46
import androidx.compose.material3.darkColorScheme
7+
import androidx.compose.material3.lightColorScheme
58
import androidx.compose.runtime.Immutable
69
import androidx.compose.ui.graphics.Color
710

0 commit comments

Comments
 (0)