mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-07 19:14:12 +08:00
refactor: move todo from Surface to Scaffold
This commit is contained in:
@@ -25,4 +25,6 @@ package com.highcapable.flexiui.component
|
||||
|
||||
// TODO: Scaffold, modeled after Scaffold in Material Design
|
||||
// Also set the global background color to Scaffold
|
||||
// Scaffold creates Surface
|
||||
// Scaffold creates Surface
|
||||
|
||||
// TODO: Linkage BetterAndroid SafeArea (SystemBarsController)
|
@@ -39,8 +39,6 @@ import androidx.compose.ui.platform.debugInspectorInfo
|
||||
import com.highcapable.flexiui.LocalColors
|
||||
import com.highcapable.flexiui.LocalSizes
|
||||
|
||||
// TODO: Linkage BetterAndroid SafeArea (SystemBarsController)
|
||||
|
||||
@Immutable
|
||||
data class SurfaceColors(
|
||||
val contentColor: Color,
|
||||
|
Reference in New Issue
Block a user