Skip to content

Commit

Permalink
Merge pull request #1934 from asfadmin/andy/displacement
Browse files Browse the repository at this point in the history
Improved the color of the selected radio button
  • Loading branch information
artisticlight authored Jul 11, 2024
2 parents 1f02408 + 598d838 commit 27634ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<mat-radio-group>

@for (point of pointHistory; track $index) {
<mat-radio-button>
<mat-radio-button color="primary">
{{point.flatCoordinates[0]}}, {{point.flatCoordinates[1]}}
</mat-radio-button>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ScenesListHeaderModule } from '../scenes-list-header';
import { SceneMetadataModule } from '@components/shared/scene-metadata';
import { TimeseriesChartModule } from '@components/timeseries-chart/timeseries-chart.module';
import { ResizableModule } from 'angular-resizable-element';
import {MatRadioButton, MatRadioGroup} from '@angular/material/radio';
import { MatRadioModule } from '@angular/material/radio';


@NgModule({
Expand All @@ -34,8 +34,7 @@ import {MatRadioButton, MatRadioGroup} from '@angular/material/radio';
SceneMetadataModule,
TimeseriesChartModule,
ResizableModule,
MatRadioGroup,
MatRadioButton,
MatRadioModule,
],
exports: [
TimeseriesResultsMenuComponent
Expand Down

0 comments on commit 27634ae

Please sign in to comment.