forked from github/plane
chore: priority icon none state hover state added (#3840)
This commit is contained in:
parent
62693abb09
commit
65024fe5ec
@ -58,7 +58,7 @@ const BorderButton = (props: ButtonProps) => {
|
|||||||
high: "bg-orange-500/20 text-orange-950 border-orange-500",
|
high: "bg-orange-500/20 text-orange-950 border-orange-500",
|
||||||
medium: "bg-yellow-500/20 text-yellow-950 border-yellow-500",
|
medium: "bg-yellow-500/20 text-yellow-950 border-yellow-500",
|
||||||
low: "bg-custom-primary-100/20 text-custom-primary-950 border-custom-primary-100",
|
low: "bg-custom-primary-100/20 text-custom-primary-950 border-custom-primary-100",
|
||||||
none: "bg-custom-background-80 border-custom-border-300",
|
none: "hover:bg-custom-background-80 border-custom-border-300",
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@ -197,7 +197,7 @@ const TransparentButton = (props: ButtonProps) => {
|
|||||||
high: "text-orange-950",
|
high: "text-orange-950",
|
||||||
medium: "text-yellow-950",
|
medium: "text-yellow-950",
|
||||||
low: "text-blue-950",
|
low: "text-blue-950",
|
||||||
none: "",
|
none: "hover:text-custom-text-300",
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user