Skip to content

Commit

Permalink
[FEAT/#35] TopAppBar White ์„ค์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jul 10, 2024
1 parent d6d4b7b commit 78f6405
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ import androidx.compose.material3.ExperimentalMaterial3Api
import androidx.compose.material3.Icon
import androidx.compose.material3.IconButton
import androidx.compose.material3.Text
import androidx.compose.material3.TopAppBarDefaults
import androidx.compose.runtime.Composable
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.style.TextAlign
import com.terning.core.R
import com.terning.core.designsystem.theme.TerningTheme
import com.terning.core.designsystem.theme.White

@OptIn(ExperimentalMaterial3Api::class)
@Composable
Expand Down Expand Up @@ -49,5 +51,6 @@ fun TerningBasicTopAppBar(
action()
}
},
colors = TopAppBarDefaults.topAppBarColors(White)
)
}

0 comments on commit 78f6405

Please sign in to comment.