Code2Gether-Discord / subtrack

A simplistic subscription tracker made with Blazor MAUI
9 stars 0 forks source link

Details page change button's background to match the theme #134

Closed chrisK00 closed 12 months ago

chrisK00 commented 1 year ago

The mark paid button and the delete button seems to be using the default bootstrap coloring. Make sure the mark paid button has the class "btn-primary" and "btn-danger" for the delete button. The colors should be the same as the buttons in the theme https://bootswatch.com/cyborg/

kgrontis commented 1 year ago

Right now both buttons use the below classes that was asked on the bug to be used:

Do we want to make them look like the back button for example? image

chrisK00 commented 1 year ago

Right now both buttons use the below classes that was asked on the bug to be used:

  • Mark paid :"btn-primary"
  • Delete : "btn-danger"

Do we want to make them look like the back button for example? image

Weird, I wonder whats overriding the default styling. We can just manually set the background-colors then to the same colors as the ones in the theme. The buttons should not be outlined however like the back btn is right now

chrisK00 commented 1 year ago

Right now both buttons use the below classes that was asked on the bug to be used:

  • Mark paid :"btn-primary"
  • Delete : "btn-danger"

Do we want to make them look like the back button for example? image

Just checked it seems like its caused by the defualt styling inside app.css. so in this issue we can remove any styling that targets the buttons, goal would ofc be to cleanup everything thats unused but theres probs something we are currently making use of e.g mb links