mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Make action buttons primary for now
This commit is contained in:
parent
c6ca2fb0d8
commit
113c3deaea
@ -9,7 +9,7 @@ interface Props {
|
||||
primary?: boolean;
|
||||
}
|
||||
ActionButton.defaultProps = {
|
||||
primary: false,
|
||||
primary: true,
|
||||
};
|
||||
|
||||
export default function ActionButton({
|
||||
|
Loading…
x
Reference in New Issue
Block a user