Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
320 views

Here props.data!.lineChartData![0].color! can be optional, so what to modify in code such that if it is defined then it should render stroke color from props.data!.lineChartData![0].color! else from ...
Egeon's user avatar
  • 17
1 vote
1 answer
1k views

I'm using Griffel https://griffel.js.org/ for the first time and I am struggling to achieve this simple thing. By default this button is hidden and when the user hover's over the parent I want to ...
sayayin's user avatar
  • 1,041
0 votes
1 answer
2k views

i am using fluent ui which uses Griffel for styling. When i try to provide border: "none" it's throwing error that string not assignable to undefined import {makeStyles} from "@fluentui/...
aryan singh's user avatar
2 votes
1 answer
2k views

I have a style for a standard list export const useOverrides = makeStyles({ list: { ...shorthands.padding("2px", "4px", "8px", "30px"), }, I ...
TommyD's user avatar
  • 1,043