Switch moderation UIs to tertiary color
This commit is contained in:
@@ -53,7 +53,7 @@ export function ContentHider({
|
||||
|
||||
<Button
|
||||
variant="solid"
|
||||
color="secondary"
|
||||
color="tertiary"
|
||||
size="large"
|
||||
shape="default"
|
||||
onPress={() => {
|
||||
|
||||
@@ -45,7 +45,7 @@ export function LabelsOnMe({
|
||||
|
||||
<Button
|
||||
variant="solid"
|
||||
color="secondary"
|
||||
color="tertiary"
|
||||
size={size || 'small'}
|
||||
label={_(msg`View information about these labels`)}
|
||||
onPress={() => {
|
||||
|
||||
@@ -149,7 +149,7 @@ function Label({
|
||||
<View>
|
||||
<Button
|
||||
variant="solid"
|
||||
color="secondary"
|
||||
color="tertiary"
|
||||
size="small"
|
||||
label={_(msg`Appeal`)}
|
||||
onPress={() => onPressAppeal(label)}>
|
||||
@@ -245,7 +245,7 @@ function AppealForm({
|
||||
<Button
|
||||
testID="backBtn"
|
||||
variant="solid"
|
||||
color="secondary"
|
||||
color="tertiary"
|
||||
size="small"
|
||||
onPress={onPressBack}
|
||||
label={_(msg`Back`)}>
|
||||
|
||||
@@ -51,7 +51,7 @@ function PostInform({cause}: {cause: ModerationCause}) {
|
||||
<Button
|
||||
label={desc.name}
|
||||
variant="solid"
|
||||
color="secondary"
|
||||
color="tertiary"
|
||||
size="tiny"
|
||||
shape="default"
|
||||
onPress={() => {
|
||||
@@ -76,7 +76,7 @@ function PostAlert({cause}: {cause: ModerationCause}) {
|
||||
<Button
|
||||
label={desc.name}
|
||||
variant="solid"
|
||||
color="secondary"
|
||||
color="tertiary"
|
||||
size="small"
|
||||
shape="default"
|
||||
onPress={() => {
|
||||
|
||||
@@ -51,7 +51,7 @@ function ProfileInform({cause}: {cause: ModerationCause}) {
|
||||
<Button
|
||||
label={desc.name}
|
||||
variant="solid"
|
||||
color="secondary"
|
||||
color="tertiary"
|
||||
size="tiny"
|
||||
shape="default"
|
||||
onPress={() => {
|
||||
@@ -76,7 +76,7 @@ function ProfileAlert({cause}: {cause: ModerationCause}) {
|
||||
<Button
|
||||
label={desc.name}
|
||||
variant="solid"
|
||||
color="secondary"
|
||||
color="tertiary"
|
||||
size="small"
|
||||
shape="default"
|
||||
onPress={() => {
|
||||
|
||||
Reference in New Issue
Block a user