diff --git a/components/WeaponResult/index.scss b/components/WeaponResult/index.scss index 24b2e392..223b8546 100644 --- a/components/WeaponResult/index.scss +++ b/components/WeaponResult/index.scss @@ -1,11 +1,8 @@ .WeaponResult { - -webkit-font-smoothing: antialiased; - border-radius: 6px; display: flex; - font-family: -apple-system, "Helvetica Neue", "Lucida Grande"; - gap: 8px; - padding: 12px; + gap: $unit; + padding: $unit * 1.5; &:hover { background: $grey-90; @@ -13,7 +10,7 @@ } img { - background: #e9e9e9; + background: $grey-80; border-radius: 6px; display: inline-block; height: 72px;