Skip to content

Commit

Permalink
refactor: flexAlignCenter util token으로 분리
Browse files Browse the repository at this point in the history
[#13]
  • Loading branch information
yunchaehyun committed Jan 18, 2024
1 parent 1e61aff commit 69430da
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,14 @@ export const navigation = style([
]);

export const resetButton = style([
flexAlignCenter,
typography.$semantic.caption1Regular,
{
width: 200,
backgroundColor: "transparent",
color: color.$scale.grey800,
border: "none",
position: "relative",
display: "flex",
alignItems: "center",
borderTop: `1px solid ${color.$scale.grey300}`,
paddingTop: 10,
paddingLeft: 20,
Expand Down

0 comments on commit 69430da

Please sign in to comment.