feat: no borders in cards (#925)
This commit is contained in:
parent
971e273dc3
commit
ad1e597b5c
7 changed files with 11 additions and 11 deletions
|
@ -65,7 +65,7 @@ const buttonStyle = $computed(() => {
|
|||
return 'text-inverted bg-red border-red'
|
||||
|
||||
if (relationship?.muting)
|
||||
return 'text-base bg-code border-base'
|
||||
return 'text-base bg-card border-base'
|
||||
|
||||
// If following, use a label style with a strong border for Mutuals
|
||||
if (relationship ? relationship.following : context === 'following')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue