Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

replace "color theme" pizza icon with color palette icon #20

merged opened by daniela.lol targeting main

the color palette icon is currently unused in the bluesky source code and to me makes way more sense to use here than a pizza icon

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:x3vdwseoxbzbp2dfv7q3brqn/sh.tangled.repo.pull/3m74fdyuazj22
+2 -2
Diff #0
+2 -2
src/screens/Settings/AppearanceSettings.tsx
··· 30 30 import {Slider} from '#/components/forms/Slider' 31 31 import * as Toggle from '#/components/forms/Toggle' 32 32 import {Circle_And_Square_Stroke1_Corner0_Rounded_Filled as SquareIcon} from '#/components/icons/CircleAndSquare' 33 + import {ColorPalette_Stroke2_Corner0_Rounded as ColorPaletteIcon} from '#/components/icons/ColorPalette' 33 34 import {type Props as SVGIconProps} from '#/components/icons/common' 34 35 import {Moon_Stroke2_Corner0_Rounded as MoonIcon} from '#/components/icons/Moon' 35 36 import {Phone_Stroke2_Corner0_Rounded as PhoneIcon} from '#/components/icons/Phone' 36 - import {Pizza_Stroke2_Corner0_Rounded as PizzaIcon} from '#/components/icons/Pizza' 37 37 import {Sparkle_Stroke2_Corner0_Rounded as SparkleIcon} from '#/components/icons/Sparkle' 38 38 import {TextSize_Stroke2_Corner0_Rounded as TextSize} from '#/components/icons/TextSize' 39 39 import {TitleCase_Stroke2_Corner0_Rounded as Aa} from '#/components/icons/TitleCase' ··· 174 174 )} 175 175 176 176 <SettingsList.Group> 177 - <SettingsList.ItemIcon icon={PizzaIcon} /> 177 + <SettingsList.ItemIcon icon={ColorPaletteIcon} /> 178 178 <SettingsList.ItemText> 179 179 <Trans>Color Theme</Trans> 180 180 </SettingsList.ItemText>

History

1 round 0 comments
sign up or login to add to the discussion
daniela.lol submitted #0
expand 0 comments
pull request successfully merged