refactor(colors)!: merge color props under common prop
Compare changes
+ 19
− 21
@@ -6,17 +6,15 @@ const click = () => new Promise(resolve => setTimeout(resolve, 1000))
@@ -6,17 +6,15 @@ const click = () => new Promise(resolve => setTimeout(resolve, 1000))
Buttons are UI elements that users can interact with to perform actions. Funkwhale uses buttons in many contexts.
@@ -45,12 +43,12 @@ This is the default type. If you don't specify a type, a primary button is rende
@@ -45,12 +43,12 @@ This is the default type. If you don't specify a type, a primary button is rende
Secondary buttons represent **neutral** actions such as cancelling a change or dismissing a notification.
@@ -59,12 +57,12 @@ Secondary buttons represent **neutral** actions such as cancelling a change or d
@@ -59,12 +57,12 @@ Secondary buttons represent **neutral** actions such as cancelling a change or d
Desctrutive buttons represent **dangerous** actions including deleting items or purging domain information.
@@ -243,20 +241,20 @@ Icon buttons shrink down to the icon size if you don't pass any content. If you
@@ -243,20 +241,20 @@ Icon buttons shrink down to the icon size if you don't pass any content. If you