Giter Club home page Giter Club logo

Comments (6)

greptile-apps avatar greptile-apps commented on July 21, 2024

To adjust the table header hover and click background colors, follow these steps:

  1. Open src/components/TableHeader.css.
  2. Locate the CSS class for the table header hover state, typically something like .table-header:hover.
  3. Update the background-color property to use the Background-Secondary variable:
.table-header:hover {
  background-color: var(--Background-Secondary);
}
  1. Locate the CSS class for the table header click state, typically something like .table-header:active.
  2. Update the background-color property to use the Background-Tertiary variable:
.table-header:active {
  background-color: var(--Background-Tertiary);
}

Ensure that the Background-Secondary and Background-Tertiary variables are defined in your theme file, usually found in src/styles/theme.css or similar.

References

from twenty.

joshmurdock avatar joshmurdock commented on July 21, 2024

Hello! I would like to work on this issue.

from twenty.

Bonapara avatar Bonapara commented on July 21, 2024

Sure @joshmurdock, thanks for contributing!

from twenty.

joshmurdock avatar joshmurdock commented on July 21, 2024

I am unfortunately having issues setting up my dev database. I will continue to troubleshoot but with such a simple bug I would remove this assignment from me.

from twenty.

AkiPraveen avatar AkiPraveen commented on July 21, 2024

Thanks @joshmurdock I was able to get up and running, feel free to follow up with questions about running the dev db locally :)

@Bonapara Hello! I've made a working change that addresses this issue, on a fork of mine.

Pull request: #5967

It's my first OSS contribution, but I made sure to get through the Best Practices section on your website. Is there anything else I must do in order to land this code change? Thanks :)

from twenty.

Bonapara avatar Bonapara commented on July 21, 2024

Closed by #5967

from twenty.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.