mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: use px values instead of theme.spacing
and theme.shape.borderRadius
(#10519)
This commit is contained in:
@ -14,7 +14,7 @@ export const Header: FC<{
|
||||
|
||||
return (
|
||||
<Stack alignItems="baseline" direction="row" justifyContent="space-between">
|
||||
<div css={{ maxWidth: 420, marginBottom: theme.spacing(3) }}>
|
||||
<div css={{ maxWidth: 420, marginBottom: 24 }}>
|
||||
<h1
|
||||
css={[
|
||||
{
|
||||
@ -24,8 +24,8 @@ export const Header: FC<{
|
||||
alignItems: "center",
|
||||
lineHeight: "initial",
|
||||
margin: 0,
|
||||
marginBottom: theme.spacing(0.5),
|
||||
gap: theme.spacing(1),
|
||||
marginBottom: 4,
|
||||
gap: 8,
|
||||
},
|
||||
secondary && {
|
||||
fontSize: 24,
|
||||
|
Reference in New Issue
Block a user