File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -134,14 +134,9 @@ textarea:not([rows]) {
134
134
/* More info: https://docs.coveo.com/en/atomic/latest/usage/themes-and-visual-customization/ */
135
135
136
136
/* biome-ignore lint: Coveo override */
137
- --atomic-primary : oklch (
138
- var (--color-brand )
139
- ) !important ; /* Adjust the primary color */
137
+ --atomic-primary : oklch (var (--color-brand )) !important ; /* Adjust the primary color */
140
138
/* biome-ignore lint: necessary override */
141
- --atomic-ring-primary : oklch (
142
- var (--color-brand ) /
143
- 0.4
144
- ) !important ; /* Adjust the focus color */
139
+ --atomic-ring-primary : oklch (var (--color-brand ) / 0.4 ) !important ; /* Adjust the focus color */
145
140
/* biome-ignore lint: necessary override */
146
141
--atomic-primary-light : oklch (var (--color-brand )) !important ;
147
142
--atomic-background : oklch (0.9911 0 0 ) !important ;
You can’t perform that action at this time.
0 commit comments